diff options
author | kato <kato@FreeBSD.org> | 1998-02-10 03:25:08 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1998-02-10 03:25:08 +0000 |
commit | 0c1ad0fcbbe4368c531b3e63d49f7288a2ff8549 (patch) | |
tree | ca7cc32d09c28845f26dc290848038b171365c74 | |
parent | 2bf76104204e2c31aec7e45e5af9ac1596d83958 (diff) | |
download | FreeBSD-src-0c1ad0fcbbe4368c531b3e63d49f7288a2ff8549.zip FreeBSD-src-0c1ad0fcbbe4368c531b3e63d49f7288a2ff8549.tar.gz |
Added entry of 16-bits bus lnc card.
Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
-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 195978e..21665f5 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 195978e..21665f5 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 |