cvs commit: src/sys/dev/hme if_hme.c if_hme_sbus.c if_hmereg.h
if_hmevar.h
Pyun YongHyeon
yongari at FreeBSD.org
Wed Aug 4 19:52:34 PDT 2004
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 at 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
More information about the cvs-src
mailing list