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

Marius Strobl marius at FreeBSD.org
Sat Jan 13 00:06:42 UTC 2007


marius      2007-01-13 00:06:41 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mii          ruephy.c 
  Log:
  - 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.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.6       +22 -52    src/sys/dev/mii/ruephy.c


More information about the cvs-src mailing list