Subject: CVS commit: [netbsd-3] src/sys/arch/xen
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 08/25/2005 20:17:32
Module Name:	src
Committed By:	tron
Date:		Thu Aug 25 20:17:32 UTC 2005

Modified Files:
	src/sys/arch/xen/include [netbsd-3]: pci_machdep.h
	src/sys/arch/xen/xen [netbsd-3]: pci_machdep.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #694):
	sys/arch/xen/xen/pci_machdep.c: revision 1.5
	sys/arch/xen/include/pci_machdep.h: revision 1.4
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.2.2.1 -r1.2.2.2 src/sys/arch/xen/include/pci_machdep.h
cvs rdiff -r1.2.2.2 -r1.2.2.3 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.