Register int02 handler (nmi); disable NMI by default.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 7 Mar 2009 05:07:24 +0000 (00:07 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 7 Mar 2009 05:07:24 +0000 (00:07 -0500)
commit75f49b36499aed665c0cd438d12c098447ab21d9
tree4c6df604067d7bfaef65c94435f65c915d2d3fa5
parentd10e4449df0d870b75b62869d080fb5a74aa51ec
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.
src/cmos.h
src/config.h
src/ioport.h
src/misc.c
src/post.c
src/romlayout.S