Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 12/12/2005 00:40:44
Module Name:	src
Committed By:	jonathan
Date:		Mon Dec 12 00:40:44 UTC 2005

Modified Files:
	src/sys/dev/pci: if_bge.c if_bgereg.h

Log Message:
Add support for bcm5714 and (possibly incorrect) support for the
bcm5715 PCI-Express dual-port NICs. Taken from the Broadcom-supplied
Linux driver, bcm-8.3.13a.

Add nascent support for the bcm5780, but (since I have no bcm5780 to
test), don't yet add an entry which allows us to match or attach to a
5780.

Change 5752 support: Follow the lead of the Broadcom-supplied Linux
driver (bcm) and the Linux tg3 driver, and treat the 5752 like a 5750.


To generate a diff of this commit:
cvs rdiff -r1.98 -r1.99 src/sys/dev/pci/if_bge.c
cvs rdiff -r1.30 -r1.31 src/sys/dev/pci/if_bgereg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.