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 16:06:12
Module Name:	src
Committed By:	bouyer
Date:		Fri Aug 19 16:06:12 UTC 2005

Modified Files:
	src/sys/arch/xen/conf: files.xen
	src/sys/arch/xen/i386: machdep.c
	src/sys/arch/xen/xen: evtchn.c hypervisor.c

Log Message:
Make PCI devices usable for non-domain0 kernels. Based on patches sent by
Ceri Storey to port-xen, with some additionnal changes by me:
- include bus_dma.c, bus_space.c and pci_machdep.c if pci is defined
  instead of dom0ops
- Make various initialisations, and probe/attach pci busses based on NPCI
  instead of DOM0OPS
- in conf/files.xen, move xen-specific devices before non-xen specific devices
  so that the xen-specific match function is called first, to avoid false
  attachement from too liberal match function in non-xen code.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/arch/xen/conf/files.xen
cvs rdiff -r1.17 -r1.18 src/sys/arch/xen/i386/machdep.c
cvs rdiff -r1.15 -r1.16 src/sys/arch/xen/xen/evtchn.c
cvs rdiff -r1.14 -r1.15 src/sys/arch/xen/xen/hypervisor.c

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