Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 10/23/2003 17:41:59
Module Name:	src
Committed By:	fvdl
Date:		Thu Oct 23 17:41:59 UTC 2003

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

Log Message:
* match more cards (from FreeBSD)
* don't set the NOCRC bit in the mode control register, it can cause
  problems on some chips (from the broadcom errata via FreeBSD)
* implement a fallback quirktable that is searched only using the
  major asic revision, so that the driver has a shot at supporting
  newer versions properly without modification
* rename asicrev -> chipid, like the FreeBSD driver


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 src/sys/dev/pci/if_bge.c
cvs rdiff -r1.12 -r1.13 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.