Subject: CVS commit: src/sys/arch/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 08/19/2005 17:17:53
Module Name:	src
Committed By:	bouyer
Date:		Fri Aug 19 17:17:53 UTC 2005

Modified Files:
	src/sys/arch/xen/include: pci_machdep.h
	src/sys/arch/xen/xen: pci_machdep.c

Log Message:
Provide a PCI_MACHDEP_ENUMERATE_BUS to the MI pci system. We can't use
the generic pci_enumerate_bus() in Xen because the hypervisor may
hide the function 0, but give access to other functions of the same device
and pci_enumerate_bus() will stop if function 0 isn't available.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/xen/include/pci_machdep.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/xen/xen/pci_machdep.c

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