Date: Sat, 24 Jun 2006 06:17:07 +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: <200606240617.k5O6H7tD010384@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
oleg 2006-06-24 06:17:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mii mii_physubr.c Log: MFC rev.1.24: 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. Revision Changes Path 1.22.2.1 +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?200606240617.k5O6H7tD010384>