Add a DEBUG_INTERRUPTS option for debugging unexpected (trap 30) interrupts.
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 25 Oct 2003 17:36:22 +0000 (17:36 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 25 Oct 2003 17:36:22 +0000 (17:36 +0000)
commitf7bc980638c92fd2c0beb04c12d6f9d7c5432017
tree59c19cc1b5edd40424345c34c6efb4b1831751ef
parent89c29cf830cf9bf2092f2490d6bdcf15a431a71e
Add a DEBUG_INTERRUPTS option for debugging unexpected (trap 30) interrupts.
This might be useful in the upcoming AMD64 port as well so it's worth
comitting.
sys/conf/options
sys/i386/i386/exception.s
sys/i386/i386/machdep.c
sys/i386/i386/trap.c
sys/platform/pc32/i386/exception.s
sys/platform/pc32/i386/machdep.c
sys/platform/pc32/i386/trap.c