summaryrefslogtreecommitdiffstats
path: root/etc/sysconfig
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-03-12 15:39:26 +0000
committernate <nate@FreeBSD.org>1996-03-12 15:39:26 +0000
commit38eb2b368673f5ff345496b145b73de48dc230f5 (patch)
tree285c6fd953dcea611c949ecc3e0e3eb2c3b17c19 /etc/sysconfig
parent4673b20df958499becc8cf99763415e5cfc23a9a (diff)
downloadFreeBSD-src-38eb2b368673f5ff345496b145b73de48dc230f5.zip
FreeBSD-src-38eb2b368673f5ff345496b145b73de48dc230f5.tar.gz
PC-CARD hooks. Someday it will actually enable working code. :)
Reviewed by: phk Submitted by: Tatsumi Hosokawa <hosokawa@mt.cs.keio.ac.jp> & BSD Nomads I re-wrote alot of this, but the ideas are based on the code from the most recent pccard-snapshot.
Diffstat (limited to 'etc/sysconfig')
-rw-r--r--etc/sysconfig33
1 files changed, 32 insertions, 1 deletions
diff --git a/etc/sysconfig b/etc/sysconfig
index 764d8f5..31fbd73 100644
--- a/etc/sysconfig
+++ b/etc/sysconfig
@@ -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.39 1996/02/28 17:04:43 adam Exp $
+# $Id: sysconfig,v 1.40 1996/03/06 03:59:15 jkh Exp $
######################### Start Of Local Configuration Section ###########
@@ -201,6 +201,37 @@ accounting=NO
######################### End Of Netconfig Section #######################
+######################### Start Of PC-card Section #######################
+
+# If you want to enable APM BIOS driver, set to YES
+# (The APM BIOS driver is not configured into GENERIC kernel b/c of bugs)
+apm_enable=NO
+
+# If you want to use PC-card package, set to YES
+# (PC-card support is not configured in the GENERIC kernel)
+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
+
+# If you want to use Etnerent PCMCIA cards, specify the ifconfig portion
+# here. (card-specific flags like connector selection should be written in
+# the card-specific entry in /etc/pccard.conf). Set to DHCP if you want to
+# use a DHCP server to determine your IP address (not implemented).
+#
+# Set to NO if you don't want to configure your PC-CARD ethernet controller.
+#
+# for example:
+#
+# pccard_ifconfig="131.113.32.126 netmask 0xffffff00"
+# or
+# pccard_ifconfig="DHCP"
+#
+pccard_ifconfig=NO
+
+######################### End Of PC-card Section #######################
+
######################### Start Of Misc Section #######################
# Set to YES if you want ibcs2 (SCO) emulation loaded at startup
OpenPOWER on IntegriCloud