aboutsummaryrefslogtreecommitdiff
path: root/src/pic.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-101/+0
2013-07-14PIC code cleanups.Kevin O'Connor1-23/+56
2013-02-23Minor - introduce numeric defines for the IVT offset of hw irqs.Kevin O'Connor1-1/+1
2013-02-07Add pic_save_mask() and pic_restore_mask() functionsDavid Woodhouse1-0/+16
2010-01-04Add int1589 support.Kevin O'Connor1-4/+10
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-1/+1
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