Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 2010 20:45:52 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/mii atphy.c bmtphy.c gentbi.c inphy.c jmphy.c nsgphy.c nsphyter.c rgephy.c
Message-ID:  <201011262046.oAQKkI92088038@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

marius      2010-11-26 20:45:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/mii          atphy.c bmtphy.c gentbi.c inphy.c jmphy.c 
                         nsgphy.c nsphyter.c rgephy.c 
  Log:
  SVN rev 215883 on 2010-11-26 20:45:52Z by marius
  
  MFC: r215298, r215459, r215714, r215716
  
  - 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 (merged to stable/7 in r215879). 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)
  
  Revision   Changes    Path
  1.1.2.8    +23 -14    src/sys/dev/mii/atphy.c
  1.12.2.6   +4 -1      src/sys/dev/mii/bmtphy.c
  1.3.2.7    +4 -1      src/sys/dev/mii/gentbi.c
  1.17.2.5   +4 -1      src/sys/dev/mii/inphy.c
  1.1.2.5    +18 -19    src/sys/dev/mii/jmphy.c
  1.24.2.5   +4 -1      src/sys/dev/mii/nsgphy.c
  1.1.2.6    +2 -4      src/sys/dev/mii/nsphyter.c
  1.15.2.10  +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?201011262046.oAQKkI92088038>