From owner-cvs-all Mon Dec 3 18:35:57 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 ED89137B416; Mon, 3 Dec 2001 18:35:52 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB42ZqS13608; Mon, 3 Dec 2001 18:35:52 -0800 (PST) (envelope-from luigi) Message-Id: <200112040235.fB42ZqS13608@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 3 Dec 2001 18:35:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_sis.c X-FreeBSD-CVS-Branch: RELENG_4 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/03 18:35:52 PST Modified files: (Branch: RELENG_4) sys/pci if_dc.c if_sis.c Log: MFC: remove one useless copy on i386 architecture for incoming packets, see discussion in the HEAD commit for the same files. The old behaviour can be restored using the hw.dc_quick and hw.sis_quick sysctl variables. Also remove printf()s upon mbuf allocation failures, now that this is handled more safely in kern/uipc_mbuf.c Revision Changes Path 1.9.2.24 +39 -22 src/sys/pci/if_dc.c 1.13.4.9 +46 -39 src/sys/pci/if_sis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message