aboutsummaryrefslogtreecommitdiff
path: root/src/pic.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-05Don't mask irqs in default hardware irq handler.Kevin O'Connor1-9/+2
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2008-12-20Rework default hwirq handler so there is no confusion on which pic to eoi.Kevin O'Connor1-19/+16
2008-11-26Enable a default hw irq handler.Kevin O'Connor1-1/+1
2008-07-19Misc fixes and updates.Kevin O'Connor1-1/+1
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-1/+3
2008-06-21Add code (currently disabled) to mask run away irqs.Kevin O'Connor1-0/+54