aboutsummaryrefslogtreecommitdiff
path: root/src/pic.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-14PIC code cleanups.Kevin O'Connor1-65/+15
2013-02-23Minor - introduce numeric defines for the IVT offset of hw irqs.Kevin O'Connor1-2/+5
2013-02-07Add pic_save_mask() and pic_restore_mask() functionsDavid Woodhouse1-0/+2
2010-07-28Add FUNC16() helper macro for converting a 16bit func to a segoff_s.Kevin O'Connor1-10/+3
2010-01-04Add int1589 support.Kevin O'Connor1-0/+1
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-5/+5
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2008-11-26Enable a default hw irq handler.Kevin O'Connor1-0/+22
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-1/+0
2008-06-21Add code (currently disabled) to mask run away irqs.Kevin O'Connor1-18/+19
2008-06-18Add header guard around pic.hKevin O'Connor1-0/+4
2008-06-14Cleanup handling of interrupt controller (PIC).Kevin O'Connor1-0/+77