Date: Sun, 25 Feb 2007 18:36:36 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii ruephy.c Message-ID: <200702251836.l1PIaaqs012363@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2007-02-25 18:36:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mii ruephy.c Log: MFC: 1.6 - Take advantage of mii_phy_dev_probe() and mii_phy_setmedia(). - Set MIIF_NOLOOP as loopback doesn't work with this PHY. The MIIF_NOLOOP flag currently triggers nothing but hopefully will be respected by mii_phy_setmedia() later on. - Use MII_ANEGTICKS instead of 5. - Remove an unused macro. - Fix some whitespace nits. Revision Changes Path 1.4.8.2 +22 -52 src/sys/dev/mii/ruephy.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702251836.l1PIaaqs012363>