MachIntr: Add two methods to find IRQ
[dragonfly.git] / sys / platform / pc32 / i386 / mptable.c
2012-08-28 Sepherosa ZiehauMachIntr: Add two methods to find IRQ
2012-07-29 Alex Hornungmptable - use the table's cpu_flags
2012-07-20 Sepherosa Ziehaulapic: Allow lapic enumeration to fail
2012-07-20 Sepherosa Ziehauapic: APIC ID should not be 255, which is used for...
2012-04-28 Sascha Wildnerkernel: Remove newlines from the panic messages that...
2012-01-12 Sepherosa Ziehauioapic_abi: More consistent function name w/ legacy...
2012-01-03 Sascha Wildnerkernel: Use NULL for pointers.
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-08-29 Sepherosa Ziehauintr/i386: Define ISA_IRQ_CNT; use it consistently...
2011-06-09 Sepherosa Ziehaui386/mptable: Always dump MPTABLE PCI interrupt routing...
2011-06-09 Sepherosa Ziehaui386/lapic: lapic_map() should take vm_paddr_t instead...
2011-05-27 Sepherosa Ziehaui386: Move mp_naps from mp_machdep.c to machdep.c
2011-05-27 Sepherosa Ziehaui386: Move imcr_present from mp_machdep.c to machdep.c
2011-05-27 Sepherosa Ziehaui386: Split out machine/mptable.h from machine/smp.h
2011-05-15 Sepherosa Ziehaui386: Fix AP count after LAPIC enumeration
2011-05-13 Sepherosa Ziehaui386: Cleanup APIC ID to CPU ID mapping macros
2011-05-13 Sepherosa Ziehaui386: Move mp_set_cpuids() from mp_machdep.c to lapic.c
2011-05-04 Sepherosa Ziehaui386: Split out mptable.c from mp_machdep.c