diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2007-06-08 17:48:05 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2007-06-08 17:48:05 +0000 |
commit | 4a6b101ea9f4b1b9121140899189ba689d820d56 (patch) | |
tree | b616fbe9e968d3be2737524fd9be355d38ef4ae6 /sys/dev/isa/files.isa | |
parent | 471eb38a5c36e357b90b85c62decb22a918f1bd1 (diff) |
remove:
-entry for ix nic in files.isa, not even in tree
-ep nic driver, replaced by ne ages ago
-hp nic driver, broken for ages
from brad, ok matthieu krw theo miod
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r-- | sys/dev/isa/files.isa | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa index 2e874f2b60f..9227e31e24a 100644 --- a/sys/dev/isa/files.isa +++ b/sys/dev/isa/files.isa @@ -1,4 +1,4 @@ -# $OpenBSD: files.isa,v 1.97 2007/05/29 18:25:13 krw Exp $ +# $OpenBSD: files.isa,v 1.98 2007/06/08 17:48:04 henning Exp $ # $NetBSD: files.isa,v 1.21 1996/05/16 03:45:55 mycroft Exp $ # # Config file and device description for machine-independent ISA code. @@ -165,14 +165,6 @@ device ec: ether, ifnet, dp8390nic, ifmedia attach ec at isa file dev/isa/if_ec.c ec -# National Semiconductor DS8390/WD83C690-based boards -# (WD/SMC 80x3 family, SMC Ultra [8216], 3Com 3C503, NE[12]000, and clones) -# XXX conflicts with amiga if_ed.c -#device ed: ether, ifnet -#attach ed at isa with ed_isa -#attach ed at pcmcia with ed_pcmcia -#file dev/isa/if_ed.c ed & (ed_isa | ed_pcmcia) needs-flag - # 3Com 3C505 device eg: ether, ifnet attach eg at isa @@ -193,12 +185,6 @@ device fe: ether, ifnet attach fe at isa file dev/isa/if_fe.c fe -# HP Lan Ethernet controllers -# XXX currently broken -#device hp: ether, ifnet -#attach hp at isa -#file dev/isa/if_hp.c hp - # Intel i82586-based boards # (AT&T StarLAN 10, AT&T EN100, AT&T StarLAN Fiber, 3Com 3C507) attach ie at isa with ie_isa: elink @@ -215,12 +201,6 @@ 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 -#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 |