cvs commit: src/sys/dev/mii rgephy.c

Marius Strobl marius at FreeBSD.org
Sun Feb 25 18:11:00 UTC 2007


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


More information about the cvs-src mailing list