Date: Sat, 2 Dec 2006 21:21:16 +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 amphy.c Message-ID: <200612022121.kB2LLGVC050545@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2006-12-02 21:21:16 UTC FreeBSD src repository Modified files: sys/dev/mii amphy.c Log: - Probe Davicom DM9102 PHYs. - Don't set MIIF_NOISOLATE so amphy(4) can be used in configurations with multiple PHYs. There doesn't seem to be a problem with isolating AM79c873 and workalikes per se nor in combination with the NICs they're used with and amphy(4) was already adding IFM_NONE anyway. - Use mii_phy_add_media() instead of mii_add_media() so the latter can be eventually retired. - Take advantage of mii_phy_setmedia(). - Fix a whitespace nit. Obtained from: NetBSD dmphy(4) (except for the last item) MFC after: 2 weeks Revision Changes Path 1.21 +8 -30 src/sys/dev/mii/amphy.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612022121.kB2LLGVC050545>