Add the mii_bitbang attribute to the elink3 and tlp drivers.
This commit is contained in:
parent
19a670f98b
commit
b5fd53184a
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files,v 1.332 1999/11/19 05:49:53 matt Exp $
|
||||
# $NetBSD: files,v 1.333 1999/11/19 18:16:13 thorpej Exp $
|
||||
|
||||
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||
|
||||
|
@ -231,7 +231,7 @@ device uha: scsi
|
|||
file dev/ic/uha.c uha
|
||||
|
||||
# 3Com Etherlink-III Ethernet controller
|
||||
device ep: arp, ether, ifnet, mii
|
||||
device ep: arp, ether, ifnet, mii, mii_bitbang
|
||||
file dev/ic/elink3.c ep
|
||||
|
||||
# 3Com EtherLink XL Controller
|
||||
|
@ -391,7 +391,7 @@ device wl: ether, ifnet, arp
|
|||
file dev/ic/wavelan.c wavelan
|
||||
|
||||
# DECchip 21x4x Ethernet controller family, and assorted clones.
|
||||
device tlp: arp, ether, ifnet, mii
|
||||
device tlp: arp, ether, ifnet, mii, mii_bitbang
|
||||
file dev/ic/tulip.c tlp
|
||||
|
||||
# Adaptec AIC-6915 Ethernet interface
|
||||
|
|
Loading…
Reference in New Issue