summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1997-09-09 12:40:54 +0000
committerjmg <jmg@FreeBSD.org>1997-09-09 12:40:54 +0000
commit6eb185adfd7463cd85500982c3adc5b295f4391f (patch)
tree9411770be839b20a9d93c6b5476b5214571167ac /sys/conf/NOTES
parent28e7896b8d1a57557e01ade81158ccb55c0cf443 (diff)
downloadFreeBSD-src-6eb185adfd7463cd85500982c3adc5b295f4391f.zip
FreeBSD-src-6eb185adfd7463cd85500982c3adc5b295f4391f.tar.gz
add pnp device entries...
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 6dbf9ee..9e84fa0 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.361 1997/09/04 18:49:51 sos Exp $
+# $Id: LINT,v 1.362 1997/09/04 23:03:09 yokota 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
@@ -627,6 +627,11 @@ options "MAXMEM=(128*1024)"
#options BROKEN_KEYBOARD_RESET
#options PAS_JOYSTICK_ENABLE
+# Enable PnP support in the kernel. This allows you to automaticly
+# attach to PnP cards for drivers that support it and allows you to
+# configure cards from USERCONFIG. See pnp(4) for more info.
+controller pnp0
+
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint
options PCVT_FREEBSD=210 # pcvt running on FreeBSD >= 2.0.5
OpenPOWER on IntegriCloud