summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/files.isa
diff options
context:
space:
mode:
authorgene <gene@openbsd.org>1997-09-11 21:30:48 +0000
committergene <gene@openbsd.org>1997-09-11 21:30:48 +0000
commit94f871d6c7e4b68652ea98bf6f95d599d5473d30 (patch)
tree86119ba54a2971ce226d46d3ea24ef2a43b7df35 /sys/dev/isa/files.isa
parentInclude new EtherExpress Pro/10 driver. (diff)
downloadwireguard-openbsd-94f871d6c7e4b68652ea98bf6f95d599d5473d30.tar.xz
wireguard-openbsd-94f871d6c7e4b68652ea98bf6f95d599d5473d30.zip
Driver for ISA EtherExpress Pro/10 ethernet card.
This is ported from the FreeBSD driver, and all porting work (and testing) was done by Don Schmidt (yensid@imsa.edu).
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r--sys/dev/isa/files.isa9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa
index dcf73b35c43..9a80ce6adb6 100644
--- a/sys/dev/isa/files.isa
+++ b/sys/dev/isa/files.isa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.isa,v 1.33 1997/07/10 23:06:33 provos Exp $
+# $OpenBSD: files.isa,v 1.34 1997/09/11 21:30:48 gene Exp $
# $NetBSD: files.isa,v 1.21 1996/05/16 03:45:55 mycroft Exp $
#
# Config.new file and device description for machine-independent ISA code.
@@ -188,11 +188,16 @@ attach ie at isa
file dev/isa/if_ie.c ie
# Intel i82595-based boards.
-# (Intel EtherExpress PRO)
+# (Intel EtherExpress PRO/100)
device iy: ether, ifnet
attach iy at isa
file dev/isa/if_iy.c iy
+# Intel EtherExpress PRO/10
+device ex: ether, ifnet
+attach ex at isa
+file dev/isa/if_ex.c ex needs-flag
+
# XXX ???
# XXX NOT IN TREE?
#device ix: ether, ifnet