Add code (currently disabled) to mask run away irqs.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 21 Jun 2008 16:24:14 +0000 (12:24 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 21 Jun 2008 16:24:14 +0000 (12:24 -0400)
commitc541e1bebde711975477f2314106d7b0799fccd7
treec80d863b2d1773e0d44e89db1b276a049cb605ef
parent61d6b06696b7efc6e6bc1df6573ba58e743d6ae3
Add code (currently disabled) to mask run away irqs.

Add handler that can react to any unknown hardware irq by masking that
    irq.  This can be useful for finding/fixing run away irq issues.
    Don't currently register these hardware irq handlers
Also, sort and improve default debug levels for bios handlers.
Makefile
src/config.h
src/pic.c [new file with mode: 0644]
src/pic.h
src/post.c
src/romlayout.S