diff options
Diffstat (limited to 'sys/dev/isa/files.isa')
| -rw-r--r-- | sys/dev/isa/files.isa | 9 |
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 |
