MachIntr: Add two methods to find IRQ
[dragonfly.git] / sys / platform / pc32 / icu / icu_abi.c
2012-08-28 Sepherosa ZiehauMachIntr: Add two methods to find IRQ
2012-04-28 Sascha Wildnerkernel: Remove newlines from the panic messages that...
2012-01-20 Sepherosa Ziehaui386: Implement MSI-X allocation and release support
2012-01-13 Sepherosa ZiehauMachIntrABI: intr_{config,cpuid} -> legacy_intr_{config...
2012-01-10 Sepherosa Ziehaui386: LINE interrupt -> LEGACY interrupt
2012-01-06 Sepherosa Ziehaui386: Add MSI support for ICU MachIntrABI
2011-12-18 Sepherosa Ziehaui386/MachintrABI: Use low-level INTR{EN,DIS} in intr_...
2011-12-18 Sepherosa Ziehaui386/icu: Add intr_{enable,disable} wrapper for ICU_INT...
2011-12-13 Sepherosa Ziehaui386/icu: Implement rman_setup MachIntrABI method
2011-12-11 Sepherosa Ziehaui386/MachIntrABI: Remove unnecessary setidt in intr_set...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-10-03 Sepherosa ZiehauMachIntrABI: Add method to return IRQ's target CPU
2011-09-18 Sepherosa Ziehaumachintr/i386: Function renaming; no functional changes
2011-09-14 Sepherosa ZiehauMachIntrABI: Field rename; no functional changes
2011-09-12 Sepherosa ZiehauMachIntrABI: Split vectorctl into intr_setup and intr_t...
2011-09-05 Sepherosa ZiehauMachIntrABI: Remove unused setvar/getvar interfaces
2011-08-21 Sepherosa Ziehauintr/i386: Define IDT_HWI_VECTORS
2011-06-06 Sepherosa Ziehaui386: Allow UP kernel to use LAPIC timer and I/O APIC
2011-05-27 Sepherosa Ziehaui386: Move imcr_present from mp_machdep.c to machdep.c
2011-05-23 Sepherosa Ziehauioapic: Move ioapic_enable from machdep.c to apic/ioapic.c
2011-05-22 Sepherosa Ziehauioapic: apic_io_enable -> ioapic_enable
2011-04-13 Sepherosa Ziehauicu: Configure interrupt trigger mode using ELCR if...
2011-04-13 Sepherosa Ziehauelcr: File relocate
2011-03-19 Sepherosa Ziehauioapic: Move MachIntrABI switching from ABI finalize...
2011-03-19 Sepherosa Ziehauapic: Centralize IMCR present setting
2011-03-18 Sepherosa Ziehaumachintr: Add intr_config interface
2011-02-16 Sepherosa Ziehauirqmap: Consume the syscall entry in irqmap
2011-02-06 Sepherosa Ziehauioapic/icu: Add irqmap
2011-02-01 Sepherosa Ziehaupc32: Split out isa_intr.h and move isa/intr_machdep...
2011-01-30 Sepherosa Ziehauioapic/icu: Rework PIC selection code
2011-02-02 Sepherosa Ziehauintr: Further delay MachIntrABI.finalize()
2011-02-02 Sepherosa Ziehauioapic: Function/variable renaming (apic -> ioapic)
2011-01-09 Sepherosa Ziehauintr: Support upto 192 IDT entries in ipl and intr...
2011-01-09 Sepherosa Ziehauintr: We no longer have the fast version of intrs
2011-01-09 Sepherosa Ziehauintr_abi: Reindent
2010-11-07 Michael Neumanni386 - Get completely rid of APIC_IO
2009-07-11 Sepherosa ZiehauUse same interrupt vector handler for fast/slow interru...
2007-07-07 Sepherosa ZiehauParameters of icu_{set,get}var() are used.
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2007-04-30 Matthew DillonReorder cpu interrupt enablement, do it in the code...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2005-11-05 Matthew DillonWhen operating in SMP+ICU mode, try to disconnect the...
2005-11-04 Matthew DillonThe 'picmode' variable was mis-named. The MPTable...
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-11-03 Matthew DillonICU/APIC cleanup part 9/many.
2005-11-03 Matthew DillonICU/APIC cleanup part 8/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 7/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 6/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 5/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 3/many.