Searched hist:158649 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/mii/
H A Dmii_physubr.cdiff 158649 Tue May 16 10:26:00 MDT 2006 oleg 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

Completed in 40 milliseconds