Date: Thu, 5 Aug 2004 02:52:33 +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/hme if_hme.c if_hme_sbus.c if_hmereg.h if_hmevar.h Message-ID: <200408050252.i752qXNf049944@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2004-08-05 02:52:33 UTC FreeBSD src repository Modified files: sys/dev/hme if_hme.c if_hme_sbus.c if_hmereg.h if_hmevar.h Log: Implement TCP/UDP Transmit/Receive checksum offload. Since HME doesn't compensate the checksum for UDP datagram which can yield to 0x0, UDP transmit checksum offload is disabled by default. The UDP Transmit checksum offload can be reactivated by setting special link option link0 with ifconfig(8). Approved by: jake (mentor) Reviewed by: tmm Tested by: Herve Boulouis <amon@sockar.homeip.net> Revision Changes Path 1.29 +158 -11 src/sys/dev/hme/if_hme.c 1.12 +8 -2 src/sys/dev/hme/if_hme_sbus.c 1.6 +7 -4 src/sys/dev/hme/if_hmereg.h 1.5 +1 -0 src/sys/dev/hme/if_hmevar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408050252.i752qXNf049944>