summaryrefslogtreecommitdiff
path: root/sys/i386/include/intr_machdep.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* MFC: Split struct ithd into struct intr_thread and intr_event andJohn Baldwin2006-03-101-1/+1
* MFC: Throw out all the logical APIC ID stuff and just wire up interruptsJohn Baldwin2006-03-071-0/+7
* MFC: Change the x86 interrupt code to allocate IDT vectors on-demand.John Baldwin2006-03-011-3/+29
* Tweak the ELCR support slightly. Explicitly probe the ELCR during bootJohn Baldwin2005-01-181-0/+1
* Add a simple 'intrcnt_add' function that other MD code can use to add aJohn Baldwin2004-12-231-0/+1
* Optimize intr_execute_handlers() by combining the pic_disable_source() andScott Long2004-08-021-1/+7
* - Add a new pic method pic_config_intr() to set the trigger mode andJohn Baldwin2004-05-041-0/+4
* Add a simple mini-driver for the ELCR register. Originally, the ELCRJohn Baldwin2004-05-041-0/+5
* Shuffle the APIC interrupt vectors around a bit:John Baldwin2003-11-141-2/+2
* New device interrupt code. This defines an interrupt source abstractionJohn Baldwin2003-11-031-0/+91