summaryrefslogtreecommitdiffstats
path: root/sys/i386
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/i386
parent28e7896b8d1a57557e01ade81158ccb55c0cf443 (diff)
downloadFreeBSD-src-6eb185adfd7463cd85500982c3adc5b295f4391f.zip
FreeBSD-src-6eb185adfd7463cd85500982c3adc5b295f4391f.tar.gz
add pnp device entries...
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT7
-rw-r--r--sys/i386/conf/NOTES7
-rw-r--r--sys/i386/conf/files.i3863
3 files changed, 14 insertions, 3 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 6dbf9ee..9e84fa0 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -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
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 6dbf9ee..9e84fa0 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/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
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index 69d5601..b1e9c983 100644
--- a/sys/i386/conf/files.i386
+++ b/sys/i386/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.173 1997/08/28 14:36:42 jlemon Exp $
+# $Id: files.i386,v 1.174 1997/09/03 03:44:58 gibbs Exp $
#
aicasm optional ahc device-driver \
dependency "$S/dev/aic7xxx/*.[chyl]" \
@@ -159,6 +159,7 @@ i386/isa/pcvt/pcvt_kbd.c optional vt device-driver
i386/isa/pcvt/pcvt_out.c optional vt device-driver
i386/isa/pcvt/pcvt_sup.c optional vt device-driver
i386/isa/pcvt/pcvt_vtf.c optional vt device-driver
+i386/isa/pnp.c optional pnp device-driver
i386/isa/prof_machdep.c optional profiling-routine
i386/isa/ppc.c optional ppc device-driver
i386/isa/psm.c optional psm device-driver
OpenPOWER on IntegriCloud