CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/05/28 03:46:06
Modified files:
sys/dev/mii : brgphy.c dcphy.c mlphy.c rgephy.c urlphy.c
xmphy.c
sys/dev/sbus : be.c
Log message:
Fix a common issue across different PHY drivers to reset the
autonegotiation timer when PHY gets the link so that if we
restart the timer the mii_ticks value would be sane.
Lifted originally from FreeBSD, tested by a few on re(4) and
bge(4), ok kettenis
