Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Nov 2010 13:31:01 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/mii atphy.c gentbi.c jmphy.c nsgphy.c rgephy.c
Message-ID:  <201011141331.oAEDVIi3044908@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2010-11-14 13:31:01 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mii          atphy.c gentbi.c jmphy.c nsgphy.c 
                         rgephy.c 
  Log:
  SVN rev 215298 on 2010-11-14 13:31:01Z by marius
  
  - Change these drivers to take advantage and use the generic IEEE 802.3
    annex 31B full duplex flow control as well as the IFM_1000_T master
    support committed in r215297. For atphy(4) and jmphy(4) this includes
    changing these PHY drivers to no longer unconditionally advertise
    support for flow control but only if the selected media has IFM_FLOW
    set (or MIIF_FORCEPAUSE is set).
  - Rename {atphy,jmphy}_auto() to {atphy,jmphy}_setmedia() as these handle
    other media types as well.
  
  Reviewed by:    yongari (plus additional testing)
  Obtained from:  NetBSD (partially), OpenBSD (partially)
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.8       +22 -14    src/sys/dev/mii/atphy.c
  1.10      +2 -1      src/sys/dev/mii/gentbi.c
  1.5       +18 -19    src/sys/dev/mii/jmphy.c
  1.29      +2 -1      src/sys/dev/mii/nsgphy.c
  1.25      +38 -40    src/sys/dev/mii/rgephy.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011141331.oAEDVIi3044908>