haiku/headers/private/kernel/arch/x86
Michael Lotz a56cbb2afb * When initializing MSI support, don't assume a single 24 entry IO-APIC. Instead
mark the ISA interrupts as unusable and then use ioapic_is_interrupt_available
  to determine if that vector is possibly taken by an IO-APIC. If IO-APICs are
  not used, this will simply always return false, leaving all vectors free for
  MSI use.
* The msi_init() now has to be done after a potential IO-APIC init, so it is now
  done after ioapic_init() instead of inside apic_init().
* Add apic_disable_local_ints() to clear the local ints on the local APIC once
  we are in APIC mode (i.e. the IO-APIC is set up and we don't need the external
  routing anymore).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41445 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-11 18:05:05 +00:00
..
apic.h * When initializing MSI support, don't assume a single 24 entry IO-APIC. Instead 2011-05-11 18:05:05 +00:00
apm.h
arch_acpi.h Completed structures for MADT APIC structures. I may now have a Frankenheimer. 2010-10-23 15:49:17 +00:00
arch_cpu.h Definition for CR4 PAE bit. 2010-06-09 21:21:48 +00:00
arch_debug.h * Changed arch_debug_save_registers() to take an arch-specific structure 2010-03-18 17:20:06 +00:00
arch_hpet.h Some big changes, still not working on my laptop, since hpet interrupts 2009-09-29 08:36:36 +00:00
arch_int.h Quick build fix for the FreeBSD compatibility layer. Maybe the definition should 2011-05-11 01:30:55 +00:00
arch_kernel_args.h SMP: remove the tracking of apic id -> cpu id. Don't pass between bootloader and kernel. 2010-06-12 01:01:54 +00:00
arch_kernel.h
arch_smp.h Seperate the generic (local) APIC stuff into it's own file and use it from the 2010-04-12 12:56:13 +00:00
arch_system_info.h
arch_thread_types.h
arch_thread.h Merged the signals branch into trunk, with these changes: 2011-01-10 21:54:38 +00:00
arch_user_debugger.h Merged the signals branch into trunk, with these changes: 2011-01-10 21:54:38 +00:00
arch_vm_translation_map.h * Removed i386_translation_map_get_pgdir() and adjusted the one place where it 2010-06-08 00:20:34 +00:00
arch_vm_types.h
arch_vm.h
bios.h
descriptors.h
ioapic.h * When initializing MSI support, don't assume a single 24 entry IO-APIC. Instead 2011-05-11 18:05:05 +00:00
msi.h * Add code to allocate and free interrupt vectors for message signaled 2010-04-13 14:46:09 +00:00
pic.h * Move the legacy PIC and the IO-APIC code into their own source file. No 2011-05-11 00:53:03 +00:00
selector.h
smp_priv.h
timer.h Patch by Dustin Howett which 'modularizes' timers. The best timer is 2008-07-05 20:40:06 +00:00
types.h
vesa.h
vm86.h