This has bitrotted to the state that it is no longer functional.

Make Mike Smith very happy by nuking the PCIC auto-load code. :-)

NOTE - You will have to have PCIC in your kernel again!!
You have been warned!!
This commit is contained in:
Mark Murray 1999-05-05 19:34:29 +00:00
parent c020621f03
commit 02f0393e5a
2 changed files with 2 additions and 18 deletions

View File

@ -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

View File

@ -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