diff options
-rw-r--r-- | sys/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 3 |
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 |