]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Converted the remainder of the NIC drivers to use the mii_attach()
authormarius <marius@FreeBSD.org>
Fri, 15 Oct 2010 15:00:30 +0000 (15:00 +0000)
committermarius <marius@FreeBSD.org>
Fri, 15 Oct 2010 15:00:30 +0000 (15:00 +0000)
commitac757f20ddc830f07633b578212e7bed65957067
treedebadee7b9221daaf40bb137a65e66c245f99886
parent385153aa98ec9bc0cd0bde471d7b89b6f7304427
Converted the remainder of the NIC drivers to use the mii_attach()
introduced in r213878 instead of mii_phy_probe(). Unlike r213893 these
are only straight forward conversions though.

Reviewed by: yongari
19 files changed:
sys/arm/at91/if_ate.c
sys/arm/at91/if_macb.c
sys/dev/bce/if_bce.c
sys/dev/ed/if_ed_pccard.c
sys/dev/et/if_et.c
sys/dev/lge/if_lge.c
sys/dev/nfe/if_nfe.c
sys/dev/nge/if_nge.c
sys/dev/nve/if_nve.c
sys/dev/sf/if_sf.c
sys/dev/sge/if_sge.c
sys/dev/sis/if_sis.c
sys/dev/smc/if_smc.c
sys/dev/tl/if_tl.c
sys/dev/tx/if_tx.c
sys/dev/usb/net/usb_ethernet.c
sys/dev/wb/if_wb.c
sys/mips/atheros/if_arge.c
sys/mips/idt/if_kr.c