mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Added entry of 16-bits bus lnc card.
Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
This commit is contained in:
parent
c8d28276a8
commit
844295e464
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33210
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user