Date: Sat, 16 Jun 2007 02:54:19 +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/re if_re.c Message-ID: <200706160254.l5G2sKvG024122@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2007-06-16 02:54:19 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: Disable TSO support. Without bus_dma clean up and increment of number of Tx descriptors it's hard to guarantee correct Tx operation in TSO case. The TSO support would be enabled again when I get more feeback from re(4) patch posted to current. Revision Changes Path 1.90 +2 -2 src/sys/dev/re/if_re.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706160254.l5G2sKvG024122>