cvs commit: src/sys/pci if_rl.c if_rlreg.h

Bill Paul wpaul at FreeBSD.org
Wed Aug 13 15:39:23 PDT 2003


wpaul       2003/08/13 15:39:21 PDT

  FreeBSD src repository

  Modified files:
    sys/pci              if_rl.c if_rlreg.h 
  Log:
  Set the TX hardware checksum offload bits on all the descriptors of a
  multi-fragment transmission. I'm not sure if this is a bug or a requirement
  that I overlooked with going through the documentation, but the sample
  8169 NIC that I have seems to require it at least some of the time or
  else it botches TCP checksums on segments that span multiple descriptors.
  
  Revision  Changes    Path
  1.110     +22 -17    src/sys/pci/if_rl.c
  1.32      +1 -0      src/sys/pci/if_rlreg.h


More information about the cvs-src mailing list