freebsd-src/sys/dev/nge
Bill Paul 1bacd83aea Fix TX bug: when using TCP/IP checksum offload on TX, we tell the chip
we want the checksums calculated on a per-packet basis using control bits
in the extsts field of the DMA descriptor structure. For TX, the chip
seems to want these bits set in the field of the first descriptor in
a fragment chain, not the last.
2001-06-15 18:43:19 +00:00
..
if_nge.c Fix TX bug: when using TCP/IP checksum offload on TX, we tell the chip 2001-06-15 18:43:19 +00:00
if_ngereg.h - Remember to set the 'extsts enable' bit in the CFG register to enable the 2001-06-06 22:16:23 +00:00