From owner-cvs-all Tue May 29 15:14: 7 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 A4E9D37B424; Tue, 29 May 2001 15:14:04 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4TME4307070; Tue, 29 May 2001 15:14:04 -0700 (PDT) (envelope-from wpaul) Message-Id: <200105292214.f4TME4307070@freefall.freebsd.org> From: Bill Paul Date: Tue, 29 May 2001 15:14:04 -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/05/29 15:14:04 PDT Modified files: sys/dev/nge if_nge.c Log: Per jlemon: add code to nge_rxeof() to allow verification of TCP and UDP checksums too, not just IP. The chip only tells us if the checksum is ok, it does not give us a copy of the partial checksum for later processing. We have to deal with this the right way, but we can deal with it. Revision Changes Path 1.6 +10 -2 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