From owner-cvs-src@FreeBSD.ORG Wed Aug 13 15:39:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EA0837B401; Wed, 13 Aug 2003 15:39:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3749D43FA3; Wed, 13 Aug 2003 15:39:22 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7DMdM0U073971; Wed, 13 Aug 2003 15:39:22 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7DMdLv8073970; Wed, 13 Aug 2003 15:39:21 -0700 (PDT) Message-Id: <200308132239.h7DMdLv8073970@repoman.freebsd.org> From: Bill Paul Date: Wed, 13 Aug 2003 15:39:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_rl.c if_rlreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2003 22:39:23 -0000 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