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

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


marius      2007-02-25 18:36:36 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/mii          ruephy.c 
  Log:
  MFC: 1.6
  
  - Take advantage of mii_phy_dev_probe() and mii_phy_setmedia().
  - Set MIIF_NOLOOP as loopback doesn't work with this PHY. The MIIF_NOLOOP
    flag currently triggers nothing but hopefully will be respected by
    mii_phy_setmedia() later on.
  - Use MII_ANEGTICKS instead of 5.
  - Remove an unused macro.
  - Fix some whitespace nits.
  
  Revision  Changes    Path
  1.4.8.2   +22 -52    src/sys/dev/mii/ruephy.c


More information about the cvs-src mailing list