Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Nov 2007 02:03:09 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/mii rgephy.c
Message-ID:  <200711050203.lA5239sp024311@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2007-11-05 02:03:09 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/mii          rgephy.c 
  Log:
  MFC rgephy.c rev 1.16 to RELENG_6
    o RTL8169S/8110S integrated PHY and RTL8211B are gigabit PHYs so set
      mii_anegticks to MII_ANEGTICKS_GIGE and use it. Previously it used
      to MII_ANEGTICKS which may not be enough to wait before retrying
      autonegotiation process at 1000bps.
    o Reset autonegotation timer if media option is not IFM_AUTO or we
      got a valid link.
    o Announce link loss right after it happends.
    o Autonegiation is retried every mii_anegticks seconds.
    o Report link state changes right after setting autonegotiation.
  
  Revision  Changes    Path
  1.6.2.8   +14 -7     src/sys/dev/mii/rgephy.c



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