From 91576221839cfa3064b707ee819f41ef87b8f27c Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sat, 16 Oct 1993 12:28:35 +0000 Subject: [PATCH] Add: device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr --- sys/i386/conf/GENERICAH | 3 ++- sys/i386/conf/GENERICBT | 3 ++- sys/i386/conf/SYSCONS | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sys/i386/conf/GENERICAH b/sys/i386/conf/GENERICAH index 719f914138eb..a1dadb4a2daf 100644 --- a/sys/i386/conf/GENERICAH +++ b/sys/i386/conf/GENERICAH @@ -1,7 +1,7 @@ # # GENERICAH -- Generic machine with WD/AHx family disks # -# $Id: GENERICAH,v 1.13 1993/10/08 16:52:40 rgrimes Exp $ +# $Id: GENERICAH,v 1.14 1993/10/14 14:05:44 rgrimes Exp $ # machine "i386" @@ -71,6 +71,7 @@ device lpa0 at isa? port "IO_LPT1" tty device lpa1 at isa? port "IO_LPT2" tty device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr +device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr pseudo-device loop diff --git a/sys/i386/conf/GENERICBT b/sys/i386/conf/GENERICBT index 8f8531e920a9..f1912e463714 100644 --- a/sys/i386/conf/GENERICBT +++ b/sys/i386/conf/GENERICBT @@ -1,7 +1,7 @@ # # GENERICBT -- Generic machine with WD/BTx family disks # -# $Id: GENERICBT,v 1.12 1993/10/14 21:59:50 rgrimes Exp $ +# $Id: GENERICBT,v 1.13 1993/10/15 12:47:02 rgrimes Exp $ # machine "i386" @@ -71,6 +71,7 @@ device lpa0 at isa? port "IO_LPT1" tty device lpa1 at isa? port "IO_LPT2" tty device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr +device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr pseudo-device loop diff --git a/sys/i386/conf/SYSCONS b/sys/i386/conf/SYSCONS index 221333fad982..6870455bf6e4 100644 --- a/sys/i386/conf/SYSCONS +++ b/sys/i386/conf/SYSCONS @@ -1,7 +1,7 @@ # # SYSCONS -- Generic machine with WD/AHx family disks and syscons # -# $Id: SYSCONS,v 1.9 1993/10/01 04:26:21 rgrimes Exp $ +# $Id: SYSCONS,v 1.10 1993/10/08 16:52:45 rgrimes Exp $ # machine "i386" @@ -69,6 +69,7 @@ device lpa0 at isa? port "IO_LPT1" tty device lpa1 at isa? port "IO_LPT2" tty device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr +device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr