Date: Mon, 27 Nov 2006 23:50:19 +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 bmtphy.c gentbi.c mii_physubr.c Message-ID: <200611272350.kARNoJCX003760@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2006-11-27 23:50:19 UTC FreeBSD src repository Modified files: sys/dev/mii bmtphy.c gentbi.c mii_physubr.c Log: Analogous to mii_add_media(), factor out the code for checking whether the BMSR contains any media at all to mii_phy_add_media(). The majority of the drivers currently using mii_phy_add_media() were missing such a check anyway though. MFC after: 2 weeks Revision Changes Path 1.11 +1 -5 src/sys/dev/mii/bmtphy.c 1.2 +1 -5 src/sys/dev/mii/gentbi.c 1.27 +6 -0 src/sys/dev/mii/mii_physubr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611272350.kARNoJCX003760>