From 2ce29564c23750b08e0fbbc35d3ed352d14dc842 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Tue, 19 Oct 1993 01:28:09 +0000 Subject: [PATCH] Add ie0 to standard kernels, this is the ATT starlan/ethernet driver from Garrett Wollman. --- 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 a1dadb4a2daf..b30211fdaecf 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.14 1993/10/14 14:05:44 rgrimes Exp $ +# $Id: GENERICAH,v 1.15 1993/10/16 12:28:32 rgrimes Exp $ # machine "i386" @@ -72,6 +72,7 @@ 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 ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr 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 f1912e463714..7c91d1d9240c 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.13 1993/10/15 12:47:02 rgrimes Exp $ +# $Id: GENERICBT,v 1.14 1993/10/16 12:28:33 rgrimes Exp $ # machine "i386" @@ -72,6 +72,7 @@ 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 ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr 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 6870455bf6e4..0b5055cf0dd2 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.10 1993/10/08 16:52:45 rgrimes Exp $ +# $Id: SYSCONS,v 1.11 1993/10/16 12:28:35 rgrimes Exp $ # machine "i386" @@ -70,6 +70,7 @@ 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 ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr 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