Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2009 22:08:30 +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:  <200903222209.n2MM9OXO031549@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2009-03-22 22:08:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/dc           dcphy.c pnphy.c 
  Log:
  SVN rev 190294 on 2009-03-22 22:08:30Z by marius
  
  MFC: r190117
  
  - 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.32.2.3  +6 -8      src/sys/dev/dc/dcphy.c
  1.21.2.2  +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?200903222209.n2MM9OXO031549>