Date: Sun, 7 Nov 2010 17:35:42 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/mii smcphy.c Message-ID: <201011071735.oA7HZnGm088306@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-11-07 17:35:42 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/dev/mii smcphy.c
Log:
SVN rev 214924 on 2010-11-07 17:35:42Z by marius
MFC: r214262
- Take advantage of mii_phy_dev_probe().
- Use mii_phy_add_media() instead of mii_add_media(). I'm not sure how
this driver actually managed to work before as mii_add_media() is
intended to be used to gether with mii_anar() while mii_phy_add_media()
is intended to be used with mii_phy_setmedia(), however this driver
mii_add_media() along with mii_phy_setmedia().
Revision Changes Path
1.1.2.5 +8 -12 src/sys/dev/mii/smcphy.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011071735.oA7HZnGm088306>
