From owner-cvs-all Mon Mar 27 20:41:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F08AA37BB06; Mon, 27 Mar 2000 20:41:49 -0800 (PST) (envelope-from dg@FreeBSD.org) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA31621; Mon, 27 Mar 2000 20:41:44 -0800 (PST) (envelope-from dg@FreeBSD.org) Message-Id: <200003280441.UAA31621@freefall.freebsd.org> From: David Greenman Date: Mon, 27 Mar 2000 20:41:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dg 2000/03/27 20:41:43 PST Modified files: sys/pci if_fxp.c if_fxpvar.h Log: Added support for cards and on-motherboard NICs that use an SEEPROM address size that is different than the standard 6bits. This fixes support for the Compaq NC3121 card, certain newer Intel Pro/100+ cards, and should also fix integrated NICs on SuperMicro and Compaq motherboards. The auto-sizing algorithm was taken from NetBSD (thanks!), which I think got it from Linux originally. Thanks also to Andrew Sparrow and Joe Moore for supplying me with unworking Compaq and Intel cards to develop and test the fixes with. Revision Changes Path 1.78 +78 -2 src/sys/pci/if_fxp.c 1.10 +2 -1 src/sys/pci/if_fxpvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message