Date: Fri, 21 Jan 2011 00:48:04 +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: <201101210048.p0L0mLVt066048@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2011-01-21 00:48:04 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/dev/mii brgphy.c ciphy.c xmphy.c
Log:
SVN rev 217672 on 2011-01-21 00:48:04Z by marius
MFC: r217413
- 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.
Revision Changes Path
1.78.2.18 +1 -1 src/sys/dev/mii/brgphy.c
1.17.2.6 +12 -15 src/sys/dev/mii/ciphy.c
1.21.10.6 +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?201101210048.p0L0mLVt066048>
