You are not logged in.
Some time ago the below scripts were included in /etc/rc.conf and removed. PCMCIA was moved to folder /etc/conf.d/. Does /etc/conf.d/ still has a purpose?
#
# Load any configuration settings in /etc/conf.d
#
for cfg in /etc/conf.d/*; do
[ -r $cfg ] && source $cfg
done
# PCMCIA
#
# Should be either i82365 or tcic
PCIC=i82365
PCIC_OPTS=
CORE_OPTS=
CARDMGR_OPTS=
SCHEME=
Markku
Offline
The script /etc/rc.d/pcmcia itself does now the "sourcing" of /etc/conf.d/pcmcia
Offline