summaryrefslogtreecommitdiff
path: root/sys/dev/isa
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-10 12:33:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-10 12:33:27 +0000
commite7c0492a619a4c2afcd3ad6d082350b7d8d9d215 (patch)
tree1de23bcf94635ab3161d481ac01c1b7216be405a /sys/dev/isa
parentd5139ef78d6b5be7b70967e10999ac5a7357558e (diff)
split le driver, add iy driver
Diffstat (limited to 'sys/dev/isa')
-rw-r--r--sys/dev/isa/files.isa17
1 files changed, 11 insertions, 6 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa
index 4abfe811133..96a8fad62e3 100644
--- a/sys/dev/isa/files.isa
+++ b/sys/dev/isa/files.isa
@@ -1,5 +1,5 @@
-# $OpenBSD: files.isa,v 1.15 1996/05/05 12:42:34 deraadt Exp $
-# $NetBSD: files.isa,v 1.18 1996/04/25 02:15:42 thorpej Exp $
+# $OpenBSD: files.isa,v 1.16 1996/05/10 12:33:24 deraadt Exp $
+# $NetBSD: files.isa,v 1.20 1996/05/07 01:50:09 thorpej Exp $
#
# Config.new file and device description for machine-independent ISA code.
# Included by ports that need it. Requires that the SCSI files be
@@ -179,6 +179,12 @@ device ie: ether, ifnet, elink
attach ie at isa
file dev/isa/if_ie.c ie
+# Intel i82595-based boards.
+# (Intel EtherExpress PRO)
+device iy: ether, ifnet
+attach iy at isa
+file dev/isa/if_iy.c iy
+
# XXX ???
# XXX NOT IN TREE?
#device ix: ether, ifnet
@@ -187,10 +193,9 @@ file dev/isa/if_ie.c ie
# AMD am7990 (Lance) -based boards
# (BICC Isolan, NE2100, DEPCA)
-# XXX conflicts with alpha if_le.c
-#device le: ether, ifnet, isadma
-#attach le at isa with le_isa
-#file dev/isa/if_le.c le
+# device declaration in sys/conf/files
+attach le at isa with le_isa: isadma
+file dev/isa/if_le_isa.c le_isa
#
# ISA Sound hardware