summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2004-02-04 22:35:33 +0000
committerPeter Johanson <latexer@gentoo.org>2004-02-04 22:35:33 +0000
commit68a0afb42a2501e5631fd97f0a9eccda4f10b0d4 (patch)
tree829ee4fc508efbfbe7a63c9db64f72648e7b3513 /sys-apps/pcmcia-cs/files
parentClosing documentation bug 35749, essentially USE='-doc' not being abided by c... (diff)
downloadhistorical-68a0afb42a2501e5631fd97f0a9eccda4f10b0d4.tar.gz
historical-68a0afb42a2501e5631fd97f0a9eccda4f10b0d4.tar.bz2
historical-68a0afb42a2501e5631fd97f0a9eccda4f10b0d4.zip
Added alternative PCIC module attempt in init script for more flexibility
Diffstat (limited to 'sys-apps/pcmcia-cs/files')
-rw-r--r--sys-apps/pcmcia-cs/files/pcmcia.conf12
1 files changed, 9 insertions, 3 deletions
diff --git a/sys-apps/pcmcia-cs/files/pcmcia.conf b/sys-apps/pcmcia-cs/files/pcmcia.conf
index aca99fea3917..e9913a6df335 100644
--- a/sys-apps/pcmcia-cs/files/pcmcia.conf
+++ b/sys-apps/pcmcia-cs/files/pcmcia.conf
@@ -3,11 +3,17 @@ CARDMGR_OPTS="-f"
# To set the PCMCIA scheme at startup...
SCHEME="home"
-# These are from the pcmcia-cs distribution, but aren't used yet
-# Should be either i82365 or tcic, Depending on your pcmcia hardware.
+# If using kernel PCMCIA drivers, PCIC should be "yenta_socket". If
+# 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="tcic"
# Put socket driver timing parameters here
PCIC_OPTS=""
+
+# Alternative PCIC driver to use if PCIC driver fails
+PCIC_ALT="yenta_socket"
+PCIC_ALT_OPTS=""
+
# Put pcmcia_core options here
CORE_OPTS=""