summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorpk <pk@NetBSD.org>1998-02-27 23:54:16 +0000
committerpk <pk@NetBSD.org>1998-02-27 23:54:16 +0000
commita3a9cbc8c52cedd125a1e9b412bd6be4e0affb5a (patch)
treec21eb5fb48c64fa19b9487ff820d9e9606b392e4 /sys/dev
parent22a8b1ae89579f49f60d445871ab6f19919a91c3 (diff)
Replace the `ie' driver by three separate front-ends: `ix', `ef' and `ai'.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/files.isa28
1 files changed, 15 insertions, 13 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa
index 446a23bc3b0..6e588337435 100644
--- a/sys/dev/isa/files.isa
+++ b/sys/dev/isa/files.isa
@@ -1,4 +1,4 @@
-# $NetBSD: files.isa,v 1.52 1998/02/16 22:12:49 thorpej Exp $
+# $NetBSD: files.isa,v 1.53 1998/02/27 23:54:16 pk Exp $
#
# Config file and device description for machine-independent ISA code.
# Included by ports that need it. Requires that the SCSI files be
@@ -185,12 +185,6 @@ device iy: ether, ifnet, arp
attach iy at isa
file dev/isa/if_iy.c iy
-# XXX ???
-# XXX NOT IN TREE?
-#device ix: ether, ifnet, arp
-#attach ix at isa
-#file dev/isa/if_ix.c ix
-
# AMD am7990 (Lance) -based boards
# (BICC Isolan, NE2100, DEPCA)
# device declaration in sys/conf/files
@@ -209,12 +203,20 @@ file dev/isa/if_ne_isa.c ne_isa
attach sm at isa with sm_isa
file dev/isa/if_sm_isa.c sm_isa
-# Intel i82586-based boards
-# (AT&T StarLAN 10, AT&T EN100, AT&T StarLAN Fiber, 3Com 3C507)
-# MUST BE LAST ! the probe clobbers some boards (like SMC boards).
-device ie: ether, ifnet, elink, arp
-attach ie at isa
-file dev/isa/if_ie.c ie
+# 3Com 3C507
+device ef: ether, ifnet, arp, elink, i82586
+attach ef at isa
+file dev/isa/if_ef.c ef
+
+# AT&T StarLan boards
+device ai: ether, ifnet, arp, i82586
+attach ai at isa
+file dev/isa/if_ai.c ai
+
+# EtherExpress/16
+device ix: ether, ifnet, arp, i82586
+attach ix at isa
+file dev/isa/if_ix.c ix
#
# ISA Sound hardware