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

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

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/mii          brgphy.c ciphy.c xmphy.c 
  Log:
  SVN rev 217673 on 2011-01-21 00:48:08Z 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.70.2.23  +1 -1      src/sys/dev/mii/brgphy.c
  1.9.2.8    +13 -16    src/sys/dev/mii/ciphy.c
  1.21.2.5   +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.p0L0mRVF066072>