Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 10/28/2004 07:36:05
Module Name:	src
Committed By:	cube
Date:		Thu Oct 28 07:36:05 UTC 2004

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

Log Message:
Add support for the BCM575x variants.  They're close to the 5705 one, with
some special cases for the PCI-Express versions.  As there is no
documentation available, all of this is inspired from Linux or taken from
FreeBSD (itself inspired from Linux).  There are a lot of magic numbers.

Tested on two BCM5751 devices as found in newer Dell computers.


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 src/sys/dev/pci/if_bge.c
cvs rdiff -r1.21 -r1.22 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.