Date: Tue, 25 Jan 2011 19:05:46 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/re if_re.c Message-ID: <201101251905.p0PJ5xjc037585@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2011-01-25 19:05:46 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: SVN rev 217832 on 2011-01-25 19:05:46Z by yongari Disable TSO for all Realtek controllers. Experimentation showed RTL8111C generated corrupted frames where TCP option header was broken. All other sample controllers I have did not show such problem so it could be RTL8111C specific issue. Because there are too many variants it's hard to tell how many controllers have such issue. Just disable TSO by default but have user override it. Revision Changes Path 1.190 +5 -7 src/sys/dev/re/if_re.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101251905.p0PJ5xjc037585>