Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/sys/arch/xen
Module Name: src
Committed By: tron
Date: Thu Aug 25 20:16:21 UTC 2005
Modified Files:
src/sys/arch/xen/conf [netbsd-3]: files.xen
src/sys/arch/xen/i386 [netbsd-3]: machdep.c
src/sys/arch/xen/xen [netbsd-3]: evtchn.c hypervisor.c
Log Message:
Pull up following revision(s) (requested by bouyer in ticket #694):
sys/arch/xen/xen/hypervisor.c: revision 1.15
sys/arch/xen/xen/evtchn.c: revision 1.16
sys/arch/xen/conf/files.xen: revision 1.27
sys/arch/xen/i386/machdep.c: revision 1.18
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.18.2.4 -r1.18.2.5 src/sys/arch/xen/conf/files.xen
cvs rdiff -r1.13.2.2 -r1.13.2.3 src/sys/arch/xen/i386/machdep.c
cvs rdiff -r1.3.2.12 -r1.3.2.13 src/sys/arch/xen/xen/evtchn.c
cvs rdiff -r1.12.2.2 -r1.12.2.3 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.
Home |
Main Index |
Thread Index |
Old Index