aboutsummaryrefslogtreecommitdiffstats
path: root/src/pic.c
Commit message (Expand)AuthorAgeFilesLines
* Add int1589 support.Kevin O'Connor2010-01-041-4/+10
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-1/+1
* Don't mask irqs in default hardware irq handler.Kevin O'Connor2009-02-051-9/+2
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Rework default hwirq handler so there is no confusion on which pic to eoi.Kevin O'Connor2008-12-201-19/+16
* Enable a default hw irq handler.Kevin O'Connor2008-11-261-1/+1
* Misc fixes and updates.Kevin O'Connor2008-07-191-1/+1
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-1/+3
* Add code (currently disabled) to mask run away irqs.Kevin O'Connor2008-06-211-0/+54