diff options
author | kato <kato@FreeBSD.org> | 1999-01-28 09:12:05 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1999-01-28 09:12:05 +0000 |
commit | e118af2e3e7bb731eb3ad3670c353a782da43a80 (patch) | |
tree | 06344336da3543b44c905a989199850f7649018d /sys/pc98 | |
parent | f0b500d6d78c7214fd778d33f75f15b150877561 (diff) | |
download | FreeBSD-src-e118af2e3e7bb731eb3ad3670c353a782da43a80.zip FreeBSD-src-e118af2e3e7bb731eb3ad3670c353a782da43a80.tar.gz |
Sync with sys/i386/conf/GENERIC revision 1.144.
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/pc98/conf/GENERIC98 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 87d05b6..4894de3 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/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: GENERIC98,v 1.62 1999/01/16 13:20:42 kato Exp $ +# $Id: GENERIC98,v 1.63 1999/01/18 08:38:07 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -68,6 +68,7 @@ config kernel root on wd0 #options NINTR=24 # number of INTs controller isa0 +controller pnp0 # PnP support for ISA controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 11 drq 2 diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98 index 87d05b6..4894de3 100644 --- a/sys/pc98/conf/GENERIC98 +++ b/sys/pc98/conf/GENERIC98 @@ -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: GENERIC98,v 1.62 1999/01/16 13:20:42 kato Exp $ +# $Id: GENERIC98,v 1.63 1999/01/18 08:38:07 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -68,6 +68,7 @@ config kernel root on wd0 #options NINTR=24 # number of INTs controller isa0 +controller pnp0 # PnP support for ISA controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 11 drq 2 |