From 6eb185adfd7463cd85500982c3adc5b295f4391f Mon Sep 17 00:00:00 2001 From: jmg Date: Tue, 9 Sep 1997 12:40:54 +0000 Subject: add pnp device entries... --- sys/conf/NOTES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/conf/NOTES') 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 -- cgit v1.1