diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1998-01-15 08:12:23 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1998-01-15 08:12:23 +0000 |
| commit | 1a3f5064b52fa8740101480f78b374e0b65519c2 (patch) | |
| tree | a5915354bd8b195447ae903cdb96eaddbb74005b /sys | |
| parent | 99117bb6ecc64e2cca37a341daf9146c149441df (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pc98/conf/GENERIC | 5 | ||||
| -rw-r--r-- | sys/pc98/conf/GENERIC98 | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index af4f7acba661..721caa27dd90 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.27 1997/10/31 22:10:09 jseger Exp $ +# $Id: GENERIC98,v 1.28 1998/01/12 15:37:38 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -166,6 +166,8 @@ device lnc0 # ed7: LA-98 # ed8: C-NET(98) # ed9: C-NET(98)E/L +# fe0: RE1000/1000Plus +# fe1: C-NET(98)P2/C-NET(9N)E # device ed0 at isa? port 0x00d0 net irq 6 vector edintr device ed1 at isa? port 0x00d8 net irq 6 flags 0x200000 vector edintr @@ -180,6 +182,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 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 af4f7acba661..721caa27dd90 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.27 1997/10/31 22:10:09 jseger Exp $ +# $Id: GENERIC98,v 1.28 1998/01/12 15:37:38 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -166,6 +166,8 @@ device lnc0 # ed7: LA-98 # ed8: C-NET(98) # ed9: C-NET(98)E/L +# fe0: RE1000/1000Plus +# fe1: C-NET(98)P2/C-NET(9N)E # device ed0 at isa? port 0x00d0 net irq 6 vector edintr device ed1 at isa? port 0x00d8 net irq 6 flags 0x200000 vector edintr @@ -180,6 +182,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 zp0 at isa? port 0x00d0 net irq 10 iomem 0xe0000 vector zpintr #controller snd0 |
