summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-01-27 15:34:25 +0000
committereivind <eivind@FreeBSD.org>1999-01-27 15:34:25 +0000
commitad86bef7d92e2c2a15e025c060cda971a229fa38 (patch)
treec0e1d614b900ba86d3f17fca2c4b971d7b69a2b9
parent5d8d3b87c1cd1a085cb0983a3b58b87c45d4aff3 (diff)
downloadFreeBSD-src-ad86bef7d92e2c2a15e025c060cda971a229fa38.zip
FreeBSD-src-ad86bef7d92e2c2a15e025c060cda971a229fa38.tar.gz
Add ISA PnP support, now that we have the space for it.
-rw-r--r--sys/amd64/conf/GENERIC3
-rw-r--r--sys/i386/conf/GENERIC3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 76781f4..cf149fc 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.142 1999/01/09 18:12:07 wpaul Exp $
+# $Id: GENERIC,v 1.143 1999/01/11 03:18:31 yokota Exp $
machine "i386"
cpu "I386_CPU"
@@ -52,6 +52,7 @@ config kernel root on wd0
#options NINTR=24 # number of INTs
controller isa0
+controller pnp0 # PnP support for ISA
controller eisa0
controller pci0
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 76781f4..cf149fc 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.142 1999/01/09 18:12:07 wpaul Exp $
+# $Id: GENERIC,v 1.143 1999/01/11 03:18:31 yokota Exp $
machine "i386"
cpu "I386_CPU"
@@ -52,6 +52,7 @@ config kernel root on wd0
#options NINTR=24 # number of INTs
controller isa0
+controller pnp0 # PnP support for ISA
controller eisa0
controller pci0
OpenPOWER on IntegriCloud