From owner-cvs-all Mon Dec 10 18:47:58 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 95C3337B417; Mon, 10 Dec 2001 18:47:53 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBB2lrw91963; Mon, 10 Dec 2001 18:47:53 -0800 (PST) (envelope-from luigi) Message-Id: <200112110247.fBB2lrw91963@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 10 Dec 2001 18:47:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_dcreg.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 luigi 2001/12/10 18:47:53 PST Modified files: sys/pci if_dc.c if_dcreg.h Log: Avoid an unnecessary copy of a packet if it is already in a single mbuf. Introduce an additional device flag for those NICs which require the transmit buffers to be aligned to 32-bit boundaries. (the equivalen fix for STABLE is slightly simpler because there are no supported chips which require this alignment there.) Revision Changes Path 1.63 +6 -2 src/sys/pci/if_dc.c 1.22 +1 -0 src/sys/pci/if_dcreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message