Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 2010 23:34:31 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/dc dcphy.c
Message-ID:  <201010152334.o9FNYdDU049329@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2010-10-15 23:34:31 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/dc           dcphy.c 
  Log:
  SVN rev 213908 on 2010-10-15 23:34:31Z by marius
  
  Convert the PHY drivers to honor the mii_flags passed down and convert
  the NIC drivers as well as the PHY drivers to take advantage of the
  mii_attach() introduced in r213878 to get rid of certain hacks. For
  the most part these were:
  - Artificially limiting miibus_{read,write}reg methods to certain PHY
    addresses; we now let mii_attach() only probe the PHY at the desired
    address(es) instead.
  - PHY drivers setting MIIF_* flags based on the NIC driver they hang
    off from, partly even based on grabbing and using the softc of the
    parent; we now pass these flags down from the NIC to the PHY drivers
    via mii_attach(). This got us rid of all such hacks except those of
    brgphy() in combination with bce(4) and bge(4), which is way beyond
    what can be expressed with simple flags.
  
  While at it, I took the opportunity to change the NIC drivers to pass
  up the error returned by mii_attach() (previously by mii_phy_probe())
  and unify the error message used in this case where and as appropriate
  as mii_attach() actually can fail for a number of reasons, not just
  because of no PHY(s) being present at the expected address(es).
  
  This file was missed in r213893.
  
  Revision  Changes    Path
  1.39      +1 -1      src/sys/dev/dc/dcphy.c



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