aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/atpic.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the interrupt handling code a bit to make a few things cleanerJohn Baldwin2005-10-251-2/+2
* Change a directory layout for pc98.Yoshihiro Takahashi2005-05-101-1/+1
* Tweak the ELCR support slightly. Explicitly probe the ELCR during bootJohn Baldwin2005-01-181-7/+3
* Optimize intr_execute_handlers() by combining the pic_disable_source() andScott Long2004-08-021-21/+50
* Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp2004-05-301-0/+1
* - Move some macros from icu.h into atpic.c as that is the only place theyJohn Baldwin2004-05-111-8/+19
* - Simplify the sizeof expression in the CTASSERT() for NUM_ISA_IRQS.John Baldwin2004-05-101-3/+3
* Fixed PC98 support.Yoshihiro Takahashi2004-05-061-0/+31
* - Add a new pic method pic_config_intr() to set the trigger mode andJohn Baldwin2004-05-041-1/+60
* - Add a member to the atpic interrupt source structures to indicate if theJohn Baldwin2004-05-041-5/+51
* - Add an IMEN_MASK macro that returns the 8-bit bitmask of an atpicJohn Baldwin2004-05-031-8/+16
* Use BSD spelling vs. SysV.David E. O'Brien2004-04-191-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-1/+1
* - Use i8259A register defines from shared sys/dev/ic/i8259.h rather thanJohn Baldwin2004-01-061-11/+20
* Add a special check for a stray IRQ 7 or IRQ 15 to see if it is actuallyJohn Baldwin2003-11-191-0/+22
* - Add counts to the ATPIC interrupt sources and point the ATPIC interruptJohn Baldwin2003-11-191-6/+17
* Always install IDT entries for ATPIC interrupt sources. The APIC noJohn Baldwin2003-11-141-10/+3
* Replace magic numbers with macros for i8259A register constants. StillJohn Baldwin2003-11-141-9/+10
* - Move manipulation of td_intr_nesting_level out of assembly interruptJohn Baldwin2003-11-121-1/+5
* Fix to support pc98.Yoshihiro Takahashi2003-11-041-0/+6
* Add the new atpic(4) driver for the 8259A master and slave PICs. ByJohn Baldwin2003-11-031-0/+415