Date: Mon, 8 Jan 2007 00:58:00 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/msk if_msk.c Message-ID: <200701080058.l080w0HM091986@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701080058.l080w0HM091986>