From owner-cvs-all Fri Jun 15 11:43:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B2ED337B403; Fri, 15 Jun 2001 11:43:19 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5FIhJQ22271; Fri, 15 Jun 2001 11:43:19 -0700 (PDT) (envelope-from wpaul) Message-Id: <200106151843.f5FIhJQ22271@freefall.freebsd.org> From: Bill Paul Date: Fri, 15 Jun 2001 11:43:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nge if_nge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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