summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/pccard10
-rw-r--r--etc/rc.pccard10
2 files changed, 2 insertions, 18 deletions
diff --git a/etc/rc.d/pccard b/etc/rc.d/pccard
index 12a4257..41a327e 100644
--- a/etc/rc.d/pccard
+++ b/etc/rc.d/pccard
@@ -3,18 +3,10 @@
# PC-card startup script
# HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
#
-# $Id: rc.pccard,v 1.10 1999/03/17 21:57:00 nate Exp $
+# $Id: rc.pccard,v 1.11 1999/05/04 08:34:55 dima Exp $
#
if [ "X$pccard_enable" = X"YES" ] ; then
- builtin=`kldstat -v -i 1 | grep -w pcic | awk '{print $2}'`
- if [ "$builtin" = "pcic" ] ; then
- echo "PCIC module compiled in"
- else
- if kldload pcic; then
- echo "Kernel pcic module loaded."
- fi
- fi
if [ "x$pccard_mem" != "xDEFAULT" ] ; then
pccardc pccardmem $pccard_mem
else
diff --git a/etc/rc.pccard b/etc/rc.pccard
index 12a4257..41a327e 100644
--- a/etc/rc.pccard
+++ b/etc/rc.pccard
@@ -3,18 +3,10 @@
# PC-card startup script
# HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
#
-# $Id: rc.pccard,v 1.10 1999/03/17 21:57:00 nate Exp $
+# $Id: rc.pccard,v 1.11 1999/05/04 08:34:55 dima Exp $
#
if [ "X$pccard_enable" = X"YES" ] ; then
- builtin=`kldstat -v -i 1 | grep -w pcic | awk '{print $2}'`
- if [ "$builtin" = "pcic" ] ; then
- echo "PCIC module compiled in"
- else
- if kldload pcic; then
- echo "Kernel pcic module loaded."
- fi
- fi
if [ "x$pccard_mem" != "xDEFAULT" ] ; then
pccardc pccardmem $pccard_mem
else
OpenPOWER on IntegriCloud