aboutsummaryrefslogtreecommitdiffstats
path: root/src/pic.h
Commit message (Expand)AuthorAgeFilesLines
* Add FUNC16() helper macro for converting a 16bit func to a segoff_s.Kevin O'Connor2010-07-281-10/+3
* Add int1589 support.Kevin O'Connor2010-01-041-0/+1
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-5/+5
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Enable a default hw irq handler.Kevin O'Connor2008-11-261-0/+22
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-1/+0
* Add code (currently disabled) to mask run away irqs.Kevin O'Connor2008-06-211-18/+19
* Add header guard around pic.hKevin O'Connor2008-06-181-0/+4
* Cleanup handling of interrupt controller (PIC).Kevin O'Connor2008-06-141-0/+77