Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2001 11:43:19 -0700 (PDT)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/nge if_nge.c
Message-ID:  <200106151843.f5FIhJQ22271@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2001/06/15 11:43:19 PDT

  Modified files:
    sys/dev/nge          if_nge.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.9       +6 -6      src/sys/dev/nge/if_nge.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106151843.f5FIhJQ22271>