NetBSD/sys/arch/xen/xen
ad 66fefd117b It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.
2007-07-29 12:15:35 +00:00
..
clock.c Protect the initialization of xen_timepush_co with #ifdef DOM0OPS, 2007-07-10 16:27:58 +00:00
ctrl_if.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
evtchn.c - pass intrframe by-pointer, not by-value. 2006-12-08 15:05:18 +00:00
hypervisor.c fix vcpu after recent cpubus changes. 2007-03-06 12:35:39 +00:00
if_xennet_xenbus.c Explicitly include <sys/proc.h> for tsleep() declaration. 2007-07-22 20:36:13 +00:00
if_xennet.c Add a bootstatic callback for dom0, which allows to take NFS boot informations 2007-07-08 21:14:14 +00:00
isa_machdep.c Catch up with x86: add _bus_dmatag_subregion() and _bus_dmatag_destroy() 2007-02-22 21:38:23 +00:00
pci_intr_machdep.c Add Xen3 support for ACPI and/or MPBIOS + IOAPIC. To help with this, physical 2006-09-28 18:53:15 +00:00
pci_machdep.c Catch up with x86: add _bus_dmatag_subregion() and _bus_dmatag_destroy() 2007-02-22 21:38:23 +00:00
pcib.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
pciide_machdep.c Add Xen3 support for ACPI and/or MPBIOS + IOAPIC. To help with this, physical 2006-09-28 18:53:15 +00:00
privcmd.c +#include <sys/proc.h> 2007-07-22 08:50:26 +00:00
shutdown_xenbus.c Another piece of code that was clearly committed before being compiled. 2006-10-09 12:53:39 +00:00
xbd_xenbus.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:15:35 +00:00
xbd.c +#include <sys/proc.h> 2007-07-22 08:50:26 +00:00
xbdback_xenbus.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:15:35 +00:00
xbdback.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:15:35 +00:00
xen_acpi_machdep.c Add support for ACPI in xen-3 dom0 support. We can now boot a xen-3 dom0 2006-04-09 19:28:00 +00:00
xen_debug.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
xencons.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
xenevt.c Add needed locking in xenevt_fpoll; this fixes at least a lost-wakeup bug. 2007-06-08 22:06:18 +00:00
xengnt.c Don't include debug code by default. 2006-03-19 00:28:02 +00:00
xennet_checksum.c xennet_checksum_fill: remove a debug printf. 2006-11-10 11:52:49 +00:00
xennetback_xenbus.c Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
xennetback.c Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00