Date: Fri, 14 Jan 2011 19:16:59 +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: <201101141917.p0EJH82j029734@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2011-01-14 19:16:59 UTC FreeBSD src repository Modified files: sys/dev/mii atphy.c e1000phy.c ip1000phy.c Log: SVN rev 217412 on 2011-01-14 19:16:59Z by marius - 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. MFC after: 1 week Revision Changes Path 1.10 +8 -8 src/sys/dev/mii/atphy.c 1.44 +3 -3 src/sys/dev/mii/e1000phy.c 1.14 +9 -10 src/sys/dev/mii/ip1000phy.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101141917.p0EJH82j029734>