Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2009 22:34:55 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/dc dcphy.c pnphy.c
Message-ID:  <200903192235.n2JMZEB6045608@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2009-03-19 22:34:55 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/dc           dcphy.c pnphy.c 
  Log:
  SVN rev 190117 on 2009-03-19 22:34:55Z by marius
  
  - Set MIIF_NOLOOP and don't add IFM_LOOP as loopback apparently isn't
    supported with these pseudo-PHYs. The MIIF_NOLOOP flag currently triggers
    nothing but hopefully will be respected by mii_phy_setmedia() later on.
  - Don't add IFM_NONE as isolation isn't supported by these pseudo-PHYs.
  - Use mii_phy_add_media() instead of mii_add_media() so the latter can
    be eventually retired.
  
  Revision  Changes    Path
  1.35      +6 -8      src/sys/dev/dc/dcphy.c
  1.23      +6 -11     src/sys/dev/dc/pnphy.c



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