From owner-cvs-all Wed Mar 14 11:50:42 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 C482C37B71D; Wed, 14 Mar 2001 11:50:37 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2EJobF55088; Wed, 14 Mar 2001 11:50:37 -0800 (PST) (envelope-from jlemon) Message-Id: <200103141950.f2EJobF55088@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 14 Mar 2001 11:50:37 -0800 (PST) To: cvs-committers@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 X-Loop: FreeBSD.ORG jlemon 2001/03/14 11:50:37 PST Modified files: sys/dev/fxp if_fxp.c if_fxpreg.h if_fxpvar.h Log: Add some performance features to the fxp driver. If the chip is not a 82557 (e.g.: a newer chip) then: + enable MWI, if the PCI configuration indicates the system supports it + enable usage of extended TxCB, for better performance + enable hardware flow control. FC frames will be passed up to the host only if promiscuous mode is enabled. Revision Changes Path 1.109 +67 -27 src/sys/dev/fxp/if_fxp.c 1.22 +6 -3 src/sys/dev/fxp/if_fxpreg.h 1.17 +4 -1 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