cvs commit: src/sys/dev/msk if_msk.c
Pyun YongHyeon
yongari at FreeBSD.org
Sun Jan 7 16:58:00 PST 2007
yongari 2007-01-08 00:58:00 UTC
FreeBSD src repository
Modified files:
sys/dev/msk if_msk.c
Log:
Don't rely on GM_GP_CTRL register contents when mii(4) layer reports
link state changes. Instead, build new speed/duplex/flow-control
settings from the values reported from PHY.
This should fix speed/duplex/flow-control mismatches between GMAC and
PHY which resulted in very poor Rx performance due to lots of
out-of-order packet delivery.
Reported by: Arno J. Klaassen <arno AT heho DOT snv DOT jussieu DOT fr>
Tested by: Arno J. Klaassen <arno AT heho DOT snv DOT jussieu DOT fr>
Revision Changes Path
1.6 +14 -19 src/sys/dev/msk/if_msk.c
More information about the cvs-src
mailing list