Date: Sun, 24 Oct 2010 11:37:01 +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: <201010241137.o9OBbKrM043515@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-10-24 11:37:01 UTC FreeBSD src repository Modified files: sys/dev/mii smcphy.c Log: SVN rev 214262 on 2010-10-24 11:37:01Z by marius - 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.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?201010241137.o9OBbKrM043515>