Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2006 12:26:00 +0000 (UTC)
From:      Oleg Bulyzhin <oleg@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/mii mii_physubr.c
Message-ID:  <200605161226.k4GCQ0hV028234@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
oleg        2006-05-16 12:26:00 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mii          mii_physubr.c 
  Log:
  1) Fix mii_phy_tick():
     Current code does not report link loss correctly - when link goes down,
     mii_phy_tick() will notice that with up to mii_anegticks delay.
     If link goes up during this delay then link flapping will be unnoticed
     by driver.
  
  2) mii_phy_add_media(): initialize sc->mii_anegticks for 10/100 media
  
  3) Use MII_ANEGTICKS/MII_ANEGTICKS_GIGE defines instead of hardcoded values.
  
  Approved by:    glebius (mentor)
  MFC after:      1 month
  
  Revision  Changes    Path
  1.24      +18 -18    src/sys/dev/mii/mii_physubr.c



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