summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-05-13 04:29:14 +0000
committernate <nate@FreeBSD.org>1996-05-13 04:29:14 +0000
commit5450bb7184f972e87d7729b38689ff3f68cc64e3 (patch)
tree17339e110014f06ddbcc2ee41d8b3343a78d5ad4 /sys/conf
parent49922e5d261201daefd79f37feea09277704dfe0 (diff)
downloadFreeBSD-src-5450bb7184f972e87d7729b38689ff3f68cc64e3.zip
FreeBSD-src-5450bb7184f972e87d7729b38689ff3f68cc64e3.tar.gz
Added commented out PCCARD entries to GENERIC, also document and add
entries in LINT.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 45bb4c6..83c7938 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.255 1996/05/03 05:44:44 asami Exp $
+# $Id: LINT,v 1.256 1996/05/10 13:26:03 peter Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -716,6 +716,7 @@ device pca0 at isa? port IO_TIMER1 tty
# apm: Laptop Advanced Power Management (experimental)
# spigot: The Creative Labs Video Spigot video-acquisition board
# meteor: Matrox Meteor video capture board
+# crd: PCCARD (PCMCIA) slot controller (see pcic)
# cy: Cyclades serial driver
# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!)
# gp: National Instruments AT-GPIB and AT-GPIB/TNT board
@@ -723,6 +724,7 @@ device pca0 at isa? port IO_TIMER1 tty
# gsc: Genius GS-4500 hand scanner.
# joy: joystick
# labpc: National Instrument's Lab-PC and Lab-PC+
+# pcic: PCCARD (PCMCIA) slot (see crd)
# rc: RISCom/8 multiport card
# tw: TW-523 power line interface for use with X-10 home control products
# si: Specialix SI/XIO 4-32 port terminal multiplexor
@@ -789,6 +791,9 @@ device spigot0 at isa? port 0xad6 irq 15 iomem 0xee000 vector spigintr
device qcam0 at isa? port "IO_LPT3" tty
device apm0 at isa?
options APM_BROKEN_STATCLOCK
+controller crd0
+device pcic0 at crd?
+device pcic1 at crd?
device gp0 at isa? port 0x2c0 tty
device gsc0 at isa? port "IO_GSC1" tty drq 3
device joy0 at isa? port "IO_GAME"
OpenPOWER on IntegriCloud