Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jan 2011 00:40:25 +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:  <201101210040.p0L0edIh054335@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2011-01-21 00:40:25 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/dev/mii          atphy.c e1000phy.c ip1000phy.c 
  Log:
  SVN rev 217670 on 2011-01-21 00:40:25Z 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.3.2.7    +8 -8      src/sys/dev/mii/atphy.c
  1.30.2.14  +3 -3      src/sys/dev/mii/e1000phy.c
  1.7.2.8    +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?201101210040.p0L0edIh054335>