1 --- pcmcia-cs-3.2.8/etc/rc.pcmcia
2 +++ pcmcia-cs-3.2.8/etc/rc.pcmcia
4 (/sbin/modprobe yenta_socket >/dev/null 2>&1 &&
5 echo "using yenta_socket instead of $PCIC") ||
6 /sbin/modprobe $PCIC $PCIC_OPTS || break
7 - /sbin/modprobe ds || break
8 + /sbin/modprobe pcmcia || break
10 /sbin/insmod $PC/pcmcia_core.o $CORE_OPTS
11 /sbin/insmod $PC/$PCIC.o $PCIC_OPTS
12 - /sbin/insmod $PC/ds.o
13 + /sbin/insmod $PC/pcmcia.o
15 echo "module directory $PC not found."
20 killall -q "CardBus Watcher"
21 - if grep -q "^ds " /proc/modules ; then
23 + if grep -q "^pcmcia " /proc/modules ; then
25 /sbin/rmmod $PCIC 2>/dev/null || \
26 /sbin/rmmod yenta_socket 2>/dev/null
27 /sbin/rmmod pcmcia_core