summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2004-10-21 14:44:49 +0000
committerPeter Johanson <latexer@gentoo.org>2004-10-21 14:44:49 +0000
commitc0c33a3d370231be9ec10a6705af64ade19c1beb (patch)
treeed145051e4e437fce70abb71b574d0b94b4c37d1 /sys-apps/pcmcia-cs/files
parentAdd metadata (shell-tools) (diff)
downloadhistorical-c0c33a3d370231be9ec10a6705af64ade19c1beb.tar.gz
historical-c0c33a3d370231be9ec10a6705af64ade19c1beb.tar.bz2
historical-c0c33a3d370231be9ec10a6705af64ade19c1beb.zip
Make yenta_socket the socket driver to try first when starting pcmcia services.
Diffstat (limited to 'sys-apps/pcmcia-cs/files')
-rw-r--r--sys-apps/pcmcia-cs/files/pcmcia.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/pcmcia-cs/files/pcmcia.conf b/sys-apps/pcmcia-cs/files/pcmcia.conf
index e9913a6df335..87a40b809097 100644
--- a/sys-apps/pcmcia-cs/files/pcmcia.conf
+++ b/sys-apps/pcmcia-cs/files/pcmcia.conf
@@ -7,12 +7,12 @@ SCHEME="home"
# using the pcmcia-cs drivers, this shhould be either "i82365" or "tcic",
# depending on your pcmcia hardware.
# If using kernel drivers not as modules, set PCIC to ""
-PCIC="i82365"
+PCIC="yenta_socket"
# Put socket driver timing parameters here
PCIC_OPTS=""
# Alternative PCIC driver to use if PCIC driver fails
-PCIC_ALT="yenta_socket"
+PCIC_ALT="i82365"
PCIC_ALT_OPTS=""
# Put pcmcia_core options here