K 10 svn:author V 2 ps K 8 svn:date V 27 2000-08-06T14:17:21.000000Z K 7 svn:log V 332 Change the behavior of isa_nmi to log an error message instead of panicing and return a status so that we can decide whether to drop into DDB or panic. If the status from isa_nmi is true, panic the kernel based on machdep.panic_on_nmi, otherwise if DDB is enabled, drop to DDB based on machdep.ddb_on_nmi. Reviewed by: peter, phk END