NetBSD/sys/arch/xen/x86
drochner 54745077e8 Remove "struct device" from "struct pic", where it was only real
for ioapics and faked up for others. Add it to "struct ioapic_softc"
for now, until device/softc get split.
This required all typecasts between "struct pic" and "struct ioapic_softc"
to be replaced, I hope I got them all.
functionally tested on i386, compile-tested on xen, untested on amd64
2008-07-03 14:02:24 +00:00
..
autoconf.c
consinit.c
cpu.c Give it a private X86_MAXPROCS def. XXX 2008-05-28 12:48:21 +00:00
hypervisor_machdep.c Raise ci_idepth (and switch to interrupt stack on i386) becore calling 2008-07-01 18:49:20 +00:00
intr.c Remove "struct device" from "struct pic", where it was only real 2008-07-03 14:02:24 +00:00
mainbus.c device_t / softc split 2008-04-16 18:41:48 +00:00
x86_xpmap.c - use POSIX integer types 2008-04-14 13:38:03 +00:00
xen_bus_dma.c vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 2008-06-04 12:41:40 +00:00
xen_intr.c spllower(): return immediatly if ci->ci_ilevel <= nlevel, as the asm 2008-07-01 18:44:50 +00:00
xen_shm_machdep.c
xenfunc.c Don't reload LDTR unless a new value, which only happens for USER_LDT. 2008-05-11 16:23:05 +00:00