Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-07-14 | PIC code cleanups. | Kevin O'Connor | 1 | -23/+56 |
2013-02-23 | Minor - introduce numeric defines for the IVT offset of hw irqs. | Kevin O'Connor | 1 | -1/+1 |
2013-02-07 | Add pic_save_mask() and pic_restore_mask() functions | David Woodhouse | 1 | -0/+16 |
2010-01-04 | Add int1589 support. | Kevin O'Connor | 1 | -4/+10 |
2010-01-03 | Be sure to add "void" to all function prototypes that take no args. | Kevin O'Connor | 1 | -1/+1 |
2009-02-05 | Don't mask irqs in default hardware irq handler. | Kevin O'Connor | 1 | -9/+2 |
2009-01-15 | Change license from GPLv3 to LGPLv3. | Kevin O'Connor | 1 | -1/+1 |
2008-12-20 | Rework default hwirq handler so there is no confusion on which pic to eoi. | Kevin O'Connor | 1 | -19/+16 |
2008-11-26 | Enable a default hw irq handler. | Kevin O'Connor | 1 | -1/+1 |
2008-07-19 | Misc fixes and updates. | Kevin O'Connor | 1 | -1/+1 |
2008-07-04 | Extract 'struct bregs' out of biosvar.h; clean up header includes. | Kevin O'Connor | 1 | -1/+3 |
2008-06-21 | Add code (currently disabled) to mask run away irqs. | Kevin O'Connor | 1 | -0/+54 |