From owner-cvs-all Wed Feb 26 14:12: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BB3037B401; Wed, 26 Feb 2003 14:12:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4C6343F3F; Wed, 26 Feb 2003 14:12:04 -0800 (PST) (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 h1QMC40U017996; Wed, 26 Feb 2003 14:12:04 -0800 (PST) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1QMC4L8017995; Wed, 26 Feb 2003 14:12:04 -0800 (PST) Message-Id: <200302262212.h1QMC4L8017995@repoman.freebsd.org> From: Bill Paul Date: Wed, 26 Feb 2003 14:12:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpreg.h if_fxpvar.h 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 2003/02/26 14:12:04 PST Modified files: sys/dev/fxp if_fxp.c if_fxpreg.h if_fxpvar.h Log: As previously threatened, add TCP/IP checksum offload support to the fxp driver. This is enabled only for the 82550/82551 chips (PCI revision code 12 or 13). RX and TX checksum offload are both supported. Transmit offload is limited to TCP and UDP only right now: there seems to be a problem with IP header checksumming on transmit in some cases. This chip has hardware VLAN support as well. I hope to enable support for this eventually. Revision Changes Path 1.148 +153 -8 src/sys/dev/fxp/if_fxp.c 1.27 +80 -2 src/sys/dev/fxp/if_fxpreg.h 1.23 +3 -0 src/sys/dev/fxp/if_fxpvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message