diff options
author | gene <gene@cvs.openbsd.org> | 1997-09-11 21:29:23 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1997-09-11 21:29:23 +0000 |
commit | 5c06d5db6383a49fa955b990dfa3ba026146b89b (patch) | |
tree | 5f9bd185ff94e58442b74d92e4143dc22e02c842 | |
parent | 90e261b53ad285d4042ba006c657c3868b3fffe4 (diff) |
Include new EtherExpress Pro/10 driver.
-rw-r--r-- | sys/arch/i386/conf/ALL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/ALL b/sys/arch/i386/conf/ALL index e07804f8d65..5b17f822b6c 100644 --- a/sys/arch/i386/conf/ALL +++ b/sys/arch/i386/conf/ALL @@ -1,4 +1,4 @@ -# $OpenBSD: ALL,v 1.16 1997/09/02 04:11:19 downsj Exp $ +# $OpenBSD: ALL,v 1.17 1997/09/11 21:29:22 gene Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # ALL -- everything that's currently supported @@ -186,6 +186,7 @@ ep0 at isa? port ? irq ? # 3C509 ethernet cards ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN and 3C507 ie1 at isa? port 0x300 irq 10 # EtherExpress le0 at isa? port 0x360 irq 15 drq 6 # IsoLan, NE2100, and DEPCA +ex0 at isa? port ? irq ? # Intel EtherExpress PRO/10 ep0 at eisa? slot ? ep* at eisa? slot ? # 3C579 ethernet cards fea* at eisa? slot ? # DEC DEFEA FDDI cards |