Date: Fri, 14 Jan 2011 19:29:53 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/mii brgphy.c ciphy.c xmphy.c Message-ID: <201101141930.p0EJUE8K030675@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2011-01-14 19:29:53 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c ciphy.c xmphy.c
Log:
SVN rev 217413 on 2011-01-14 19:29:53Z by marius
- Even after masking the media with IFM_GMASK the result may have bits
besides the duplex ones set so just comparing it with IFM_FDX may lead
to false negatives.
- Simplify ciphy_service() to only set the manual configuration bits
once after we have figured them all out. This also means we no longer
unnecessarily update the hardware along the road.
MFC after: 1 week
Revision Changes Path
1.101 +1 -1 src/sys/dev/mii/brgphy.c
1.22 +11 -14 src/sys/dev/mii/ciphy.c
1.26 +1 -1 src/sys/dev/mii/xmphy.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101141930.p0EJUE8K030675>
