Lines 79-84
Link Here
|
79 |
if [ -n `fgrep "ds " /proc/modules | head -n1 | cut -c1` ]; then |
79 |
if [ -n `fgrep "ds " /proc/modules | head -n1 | cut -c1` ]; then |
80 |
/sbin/rmmod ds 2> /dev/null |
80 |
/sbin/rmmod ds 2> /dev/null |
81 |
/sbin/rmmod $PCIC 2> /dev/null |
81 |
/sbin/rmmod $PCIC 2> /dev/null |
|
|
82 |
/sbin/rmmod pcmcia 2> /dev/null |
82 |
/sbin/rmmod pcmcia_core 2> /dev/null |
83 |
/sbin/rmmod pcmcia_core 2> /dev/null |
83 |
fi |
84 |
fi |
84 |
|
85 |
|