Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2007 18:11:00 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/mii rgephy.c
Message-ID:  <200702251811.l1PIB0JH006923@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2007-02-25 18:11:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/mii          rgephy.c 
  Log:
  MFC: 1.9 (partial), 1.14, 1.15
  
  - Remove the first rgephy_reset() invocation in rgephy_attach(). This
    seems to have been missed when merging rev. 1.9, which actually moves
    the rgephy_reset() invocation further down, in rev. 1.6.2.1.
  - Don't set MIIF_NOISOLATE so rgephy(4) can be used in configurations
    with multiple PHYs and un-comment case IFM_NONE in case MII_MEDIACHG
    rgephy_service(). There doesn't seem to be a problem with isolating
    RTL8169S and their internal PHY.
  - Take advantage of mii_phy_add_media(). [1]
  
  Obtained from:  NetBSD [1]
  
  Revision  Changes    Path
  1.6.2.7   +6 -15     src/sys/dev/mii/rgephy.c



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