Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2007 18:13:14 +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 tdkphy.c
Message-ID:  <200702251813.l1PIDE1b007944@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2007-02-25 18:13:14 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/mii          tdkphy.c 
  Log:
  MFC: 1.22
  
  - Don't set MIIF_NOISOLATE so tdkphy(4) can be used in configurations
    with multiple PHYs. There doesn't seem to be a problem with isolating
    78Q2120 per se nor in combination with the NICs they're used with and
    tdkphy(4) was already adding IFM_NONE anyway.
  - 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_phy_add_media() instead of mii_add_media() so the latter can
    be eventually retired.
  - Take advantage of mii_phy_setmedia().
  
  Thanks to Hans-Joerg Sirtl for lending me test hardware.
  
  Obtained from:  NetBSD tqphy(4)
  
  Revision  Changes    Path
  1.16.2.4  +9 -37     src/sys/dev/mii/tdkphy.c



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