diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-21 06:41:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-21 06:41:00 +0000 |
commit | c1701b3e17ab8da35678926dbf7f909d7854f7e0 (patch) | |
tree | 8c71f565f8d6c046311f864a3d0db26cf660fd8c /sources/target_skeleton | |
parent | 075eb13aa98aced33cc5aefc3e232056eca092c6 (diff) |
pcmcia update
Diffstat (limited to 'sources/target_skeleton')
-rwxr-xr-x | sources/target_skeleton/etc/init.d/S30pcmcia | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sources/target_skeleton/etc/init.d/S30pcmcia b/sources/target_skeleton/etc/init.d/S30pcmcia deleted file mode 100755 index a3906c3f4..000000000 --- a/sources/target_skeleton/etc/init.d/S30pcmcia +++ /dev/null @@ -1,20 +0,0 @@ -# Select the module that is correct for your hardware - -PCIC=yenta_socket -#PCIC=i82365 -#PCIC=tcic -#PCIC=sa1100_cs - -# Load up all the pcmcia modules -/sbin/modprobe pcmcia_core -/sbin/modprobe $PCIC -/sbin/modprobe ds - -if [ $? != 0 ] ; then - echo "pcmcia support not detected"; - exit 0; -fi - -/sbin/cardmgr -m /lib/modules - -exit 0; |