Date: Sun, 7 Nov 2010 17:38:54 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/arm/at91 if_ate.c src/sys/dev/bce if_bce.c src/sys/dev/ed if_ed_pccard.c src/sys/dev/et if_et.c src/sys/dev/lge if_lge.c src/sys/dev/nfe if_nfe.c src/sys/dev/nge if_nge.c src/sys/dev/nve if_nve.c src/sys/dev/sf if_sf.c ... Message-ID: <201011071739.oA7HdIaF088650@repoman.freebsd.org>
index | next in thread | raw e-mail
marius 2010-11-07 17:38:54 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/arm/at91 if_ate.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/tx if_tx.c
sys/dev/usb if_aue.c if_axe.c if_rue.c if_udav.c
sys/pci if_tl.c if_wb.c
Log:
SVN rev 214925 on 2010-11-07 17:38:54Z by marius
MFC: r213894, r213896, r214913
Converted the remainder of the NIC drivers to use the mii_attach()
introduced in r213878 (MFC'ed to stable/7 in r214685) instead of
mii_phy_probe(). Unlike r213893 (MFC'ed to stable/7 in r214910)
these are mostly straight forward conversions though.
Revision Changes Path
1.20.2.8 +4 -3 src/sys/arm/at91/if_ate.c
1.34.2.22 +7 -6 src/sys/dev/bce/if_bce.c
1.113.2.1 +14 -10 src/sys/dev/ed/if_ed_pccard.c
1.1.2.10 +4 -4 src/sys/dev/et/if_et.c
1.50.2.3 +4 -4 src/sys/dev/lge/if_lge.c
1.21.2.11 +4 -4 src/sys/dev/nfe/if_nfe.c
1.91.2.4 +3 -3 src/sys/dev/nge/if_nge.c
1.28.2.4 +8 -7 src/sys/dev/nve/if_nve.c
1.99.2.4 +4 -4 src/sys/dev/sf/if_sf.c
1.3.4.16 +4 -4 src/sys/dev/sge/if_sge.c
1.7.2.18 +4 -4 src/sys/dev/sis/if_sis.c
1.97.2.2 +4 -4 src/sys/dev/tx/if_tx.c
1.117.2.2 +6 -5 src/sys/dev/usb/if_aue.c
1.55.2.2 +6 -5 src/sys/dev/usb/if_axe.c
1.40.2.1 +15 -12 src/sys/dev/usb/if_rue.c
1.33.2.1 +10 -18 src/sys/dev/usb/if_udav.c
1.111.2.2 +4 -2 src/sys/pci/if_tl.c
1.92.2.2 +4 -3 src/sys/pci/if_wb.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011071739.oA7HdIaF088650>
