Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2007 00:06:41 +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 ruephy.c
Message-ID:  <200701130006.l0D06gcp024951@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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