summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
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