diff options
author | 1997-09-11 21:29:22 +0000 | |
---|---|---|
committer | 1997-09-11 21:29:22 +0000 | |
commit | 59c82a04e6ea23860265db9b95e02dc8693116b9 (patch) | |
tree | 99666190d3919dd01e296c0eb6b94c4f21ffa6d1 | |
parent | Fix setting up of the LUN field of the CDB (diff) | |
download | wireguard-openbsd-59c82a04e6ea23860265db9b95e02dc8693116b9.tar.xz wireguard-openbsd-59c82a04e6ea23860265db9b95e02dc8693116b9.zip |
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 |