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