Date: Fri, 21 Jan 2011 00:40:51 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/mii atphy.c e1000phy.c ip1000phy.c Message-ID: <201101210041.p0L0f0ZE054401@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2011-01-21 00:40:51 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/dev/mii atphy.c e1000phy.c ip1000phy.c
Log:
SVN rev 217671 on 2011-01-21 00:40:51Z by marius
MFC: r217412
- Masking IFM_GMASK when also masking IFM_FDX is redundant and just
complicates the code.
- Don't let atphy_setmedia() announce PAUSE support for half-duplex when
MIIF_FORCEPAUSE is set.
- Simplify e1000phy_service() and ip1000phy_service() to only set the
manual configuration bits once after we have figured them all out. For
ip1000phy_service() this also means we no longer unnecessarily update
the hardware along the road.
Revision Changes Path
1.1.2.9 +8 -8 src/sys/dev/mii/atphy.c
1.18.2.22 +3 -3 src/sys/dev/mii/e1000phy.c
1.2.2.12 +10 -11 src/sys/dev/mii/ip1000phy.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101210041.p0L0f0ZE054401>
