From owner-cvs-all Thu Mar 21 22:45:43 2002 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 0068437B400; Thu, 21 Mar 2002 22:45:41 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2M6jei38236; Thu, 21 Mar 2002 22:45:40 -0800 (PST) (envelope-from wpaul) Message-Id: <200203220645.g2M6jei38236@freefall.freebsd.org> From: Bill Paul Date: Thu, 21 Mar 2002 22:45:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.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 2002/03/21 22:45:40 PST Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Teach the bge driver about the BCM5701 (specifically, the 3Com 3c996B-T, with the 5701 rev B5 ASIC). One thing that confuses me still is that the 'link state change' bit in the status block seems to change state an awful lot. I have a workaround for this in place now, but it needs more investigation. For the moment though, this is enough to get the driver to work with this card. Revision Changes Path 1.10 +15 -4 src/sys/dev/bge/if_bge.c 1.3 +5 -0 src/sys/dev/bge/if_bgereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message