Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 12/07/2005 04:43:05
Module Name:	src
Committed By:	jonathan
Date:		Wed Dec  7 04:43:05 UTC 2005

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

Log Message:
Add PCI device-ids to sys/dev/pci/pcidevs for newer Broadcom gigabit
ethernet devices: bcm5714, bcm5752 (previously the 5789, but fvdl
committed that whilst I was musing).

Add definitions to sys/dev/pci/if_bgereg.h for the Broadcom 57xx-family
ASIC revisions on these newer chips.

Add entries to the PCI-device-version and bge-internal-asic-revision
tables in sys/dev/pci/if_bge.c to use these new devices. Pending
further information, follow the lead of FreeBSD's if_bge.c driver and,
pending further info, treat these new chips as we do the 5750.


To generate a diff of this commit:
cvs rdiff -r1.97 -r1.98 src/sys/dev/pci/if_bge.c
cvs rdiff -r1.29 -r1.30 src/sys/dev/pci/if_bgereg.h
cvs rdiff -r1.741 -r1.742 src/sys/dev/pci/pcidevs

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