summaryrefslogtreecommitdiff
blob: 8949e090774b043aad86a5849907fa19c4a5c3bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Options for the 'cardmgr' daemon
CARDMGR_OPTS="-f"

# Default PCMCIA scheme
SCHEME="home"

# If using kernel PCMCIA drivers, PCIC should be "yenta_socket". If
# using the pcmcia-cs drivers, PCIC should be either "i82365" or
# "tcic", depending on your hardware.  If using non-modular kernel
# drivers, set PCIC to ""

PCIC="yenta_socket"
# Options for the PCIC module
PCIC_OPTS=""

# Alternative PCIC driver to use if PCIC driver fails
PCIC_ALT="i82365"
PCIC_ALT_OPTS=""

# Options for the pcmcia_core module
CORE_OPTS=""