Renamed the relevant PC-Card support files to reflect the newest release.

This commit is contained in:
Nate Williams 1996-03-14 18:24:07 +00:00
parent 49fa849bc8
commit d867405fbe
4 changed files with 27 additions and 7 deletions

6
etc/rc
View File

@ -1,5 +1,5 @@
#!/bin/sh
# $Id: rc,v 1.85 1996/02/23 10:44:49 adam Exp $
# $Id: rc,v 1.86 1996/03/12 15:39:24 nate Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@ -95,8 +95,8 @@ if [ -f /etc/rc.serial ]; then
fi
# start up PC-card configuration
if [ -f /etc/pccardstart ]; then
. /etc/pccardstart
if [ -f /etc/rc.pccard ]; then
. /etc/rc.pccard
fi
# start up the network

View File

@ -10,7 +10,7 @@ if [ "x$apm_enable" = "xYES" ] ; then
fi
if [ "x$pccard_enable" != "xNO" ] ; then
if [ "x$pccard_mem" != "xNO" ] ; then
if [ "x$pccard_mem" != "xDEFAULT" ] ; then
/usr/sbin/pccardc pccardmem $pccard_mem
else
/usr/sbin/pccardc pccardmem 0xd0000

20
etc/rc.pccard Normal file
View File

@ -0,0 +1,20 @@
#!/bin/sh -
#
# PC-card startup script
# HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
#
if [ "x$apm_enable" = "xYES" ] ; then
echo "Enable APM BIOS."
/usr/sbin/apmconf -e
fi
if [ "x$pccard_enable" != "xNO" ] ; then
if [ "x$pccard_mem" != "xDEFAULT" ] ; then
/usr/sbin/pccardc pccardmem $pccard_mem
else
/usr/sbin/pccardc pccardmem 0xd0000
fi
echo -n "Enable PC-card."
/usr/sbin/pccardd 2>&1 > /var/log/pccardd.debug &
fi

View File

@ -4,7 +4,7 @@
# This is sysconfig - a file full of useful variables that you can set
# to change the default startup behavior of your system.
#
# $Id: sysconfig,v 1.40 1996/03/06 03:59:15 jkh Exp $
# $Id: sysconfig,v 1.41 1996/03/12 15:39:26 nate Exp $
######################### Start Of Local Configuration Section ###########
@ -212,8 +212,8 @@ apm_enable=NO
pccard_enable=NO
# If you want to specify the address of memory used by PCIC,
# set this address (NO for default 0xd0000)
pccard_mem=NO
# set this address (DEFAULT=0xd0000)
pccard_mem=DEFAULT
# If you want to use Etnerent PCMCIA cards, specify the ifconfig portion
# here. (card-specific flags like connector selection should be written in