aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-03-07 00:07:24 -0500
committerKevin O'Connor <kevin@koconnor.net>2009-03-07 00:07:24 -0500
commit75f49b36499aed665c0cd438d12c098447ab21d9 (patch)
tree4c6df604067d7bfaef65c94435f65c915d2d3fa5 /src/config.h
parentd10e4449df0d870b75b62869d080fb5a74aa51ec (diff)
downloadseabios-hppa-75f49b36499aed665c0cd438d12c098447ab21d9.zip
seabios-hppa-75f49b36499aed665c0cd438d12c098447ab21d9.tar.gz
seabios-hppa-75f49b36499aed665c0cd438d12c098447ab21d9.tar.bz2
Register int02 handler (nmi); disable NMI by default.
Rename handle_nmi to handle_02 to be more consistent with other handlers. Actually register handle_02. Don't panic in nmi handler - just log by default. Set the disable nmi bit when accessing the cmos index register.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 56e5302..a882afc 100644
--- a/src/config.h
+++ b/src/config.h
@@ -130,7 +130,7 @@
// Debugging levels. If non-zero and CONFIG_DEBUG_LEVEL is greater
// than the specified value, then the corresponding irq handler will
// report every enter event.
-#define DEBUG_ISR_nmi 1
+#define DEBUG_ISR_02 1
#define DEBUG_HDL_05 1
#define DEBUG_ISR_08 20
#define DEBUG_ISR_09 9