NetBSD/sys/arch/x86/x86
2003-05-11 21:51:32 +00:00
..
acpi_machdep.c Moved here from sys/arch/i386/i386 2003-05-11 18:21:16 +00:00
apic.c
bus_dma.c Generalize bounce buffers, and use them for 32 bit PCI if needed. 2003-05-07 21:33:57 +00:00
bus_space.c pmap_kremove the pages before uvm_km_free'ing them. Thanks jason! 2003-03-14 18:47:53 +00:00
cacheinfo.c Share some common cache info cpuid code between i386 and x86_64. 2003-04-25 21:54:29 +00:00
consinit.c Clean up some unneeded "mca.h" and "eisa.h" includes, make one that is 2003-03-02 18:27:14 +00:00
i8259.c Clean up some unneeded "mca.h" and "eisa.h" includes, make one that is 2003-03-02 18:27:14 +00:00
intr.c The IDT is an array of struct gate_descriptor. 2003-03-03 22:16:20 +00:00
ioapic.c Add a function that dumps ioapic redir state, for our debugging pleasure. 2003-05-11 13:49:02 +00:00
ipi.c
lapic.c Add x86_pause() inline function, containing the "pause" instruction 2003-05-08 01:04:34 +00:00
lock_machdep.c lock_machdep.c moved here from arch/i386/i386. 2003-03-01 22:55:02 +00:00
mpacpi.c Remove machine/cputypes include. 2003-05-11 21:51:32 +00:00
mpbios.c Initialize the global int number to -1 (the MPBIOS code doesn't set it 2003-05-11 00:06:31 +00:00
mtrr_i686.c Use unsigned long long to print msr values. 2003-03-03 22:23:22 +00:00
softintr.c