Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 07/29/2004 16:51:01
Module Name:	src
Committed By:	drochner
Date:		Thu Jul 29 16:51:01 UTC 2004

Modified Files:
	src/sys/dev/pci: pci.c pcivar.h

Log Message:
make the "generic" PCI bus enumeration code the standard case which
gets used if nothing else is defined in MD headers,
introduce a "PCI_MACHDEP_ENUMERATE_BUS" CPP definition which can
be used by MD headers (just 1 port atm) to plug in special code


To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 src/sys/dev/pci/pci.c
cvs rdiff -r1.61 -r1.62 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.