Subject: CVS commit: [netbsd-1-6] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 08/15/2003 12:45:59
Module Name:	src
Committed By:	tron
Date:		Fri Aug 15 12:45:59 UTC 2003

Modified Files:
	src/sys/dev/pci [netbsd-1-6]: pcivar.h

Log Message:
Pull up revision 1.59 (requested by itojun in ticket #1412):
- check HDRTYPE early, and ignore if it is not supported (n > 2).
- defer access to interrupt configuration register, as its existence depends on
  HDRTYPE.
- add "skip particular funtion in multifunction device" functionality
  to quirk table.
- add GEODE/NS SC1100 quirk (now boots on soekris Net4801).


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.51.2.1 src/sys/dev/pci/pcivar.h

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