diff options
| -rw-r--r-- | sys/pc98/conf/GENERIC | 4 | ||||
| -rw-r--r-- | sys/pc98/conf/GENERIC98 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 195978ef559e..21665f5ea203 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.31 1998/01/25 02:22:04 kato Exp $ +# $Id: GENERIC98,v 1.32 1998/02/01 11:42:55 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -155,7 +155,6 @@ device de0 device fxp0 device tx0 device vx0 -device lnc0 # # DP8390 NIC @@ -187,6 +186,7 @@ device ed9 at isa? port 0x03d0 net irq 6 flags 0xb00000 vector edintr device ep0 at isa? port 0x40d0 net irq 3 vector epintr device fe0 at isa? port 0x00d0 net irq 3 vector feintr device fe1 at isa? port 0x73d0 net irq 5 vector feintr +device lnc0 at isa? port 0x03d0 net irq 6 vector lncintr device zp0 at isa? port 0x00d0 net irq 10 iomem 0xe0000 vector zpintr #controller snd0 diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98 index 195978ef559e..21665f5ea203 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.31 1998/01/25 02:22:04 kato Exp $ +# $Id: GENERIC98,v 1.32 1998/02/01 11:42:55 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -155,7 +155,6 @@ device de0 device fxp0 device tx0 device vx0 -device lnc0 # # DP8390 NIC @@ -187,6 +186,7 @@ device ed9 at isa? port 0x03d0 net irq 6 flags 0xb00000 vector edintr device ep0 at isa? port 0x40d0 net irq 3 vector epintr device fe0 at isa? port 0x00d0 net irq 3 vector feintr device fe1 at isa? port 0x73d0 net irq 5 vector feintr +device lnc0 at isa? port 0x03d0 net irq 6 vector lncintr device zp0 at isa? port 0x00d0 net irq 10 iomem 0xe0000 vector zpintr #controller snd0 |
