Add "we" driver, remove "ed" driver.
This commit is contained in:
parent
ae4498b7bf
commit
d64e10645f
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.isa,v 1.42 1997/11/02 00:44:26 thorpej Exp $
|
||||
# $NetBSD: files.isa,v 1.43 1997/11/03 21:29:19 thorpej Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent ISA code.
|
||||
# Included by ports that need it. Requires that the SCSI files be
|
||||
|
@ -138,12 +138,6 @@ file dev/isa/wt.c wt needs-flag
|
|||
define elink
|
||||
file dev/isa/elink.c elink
|
||||
|
||||
# National Semiconductor DS8390/WD83C690-based boards
|
||||
# (WD/SMC 80x3 family, SMC Ultra [8216], 3Com 3C503)
|
||||
device ed: ether, ifnet, arp
|
||||
attach ed at isa
|
||||
file dev/isa/if_ed.c ed
|
||||
|
||||
# 3Com 3C503
|
||||
device ec: ether, ifnet, arp, dp8390nic
|
||||
attach ec at isa
|
||||
|
@ -208,6 +202,11 @@ file dev/isa/if_lc_isa.c lc
|
|||
attach ne at isa with ne_isa
|
||||
file dev/isa/if_ne_isa.c ne_isa
|
||||
|
||||
# WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
|
||||
device we: ether, ifnet, arp
|
||||
attach we at isa
|
||||
file dev/isa/if_we.c we
|
||||
|
||||
#
|
||||
# ISA Sound hardware
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue