Date: Sun, 6 Aug 2000 07:17:21 -0700 (PDT) From: Paul Saab <ps@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 trap.c src/sys/i386/isa intr_machdep.c Message-ID: <200008061417.HAA07856@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ps 2000/08/06 07:17:21 PDT Modified files: sys/i386/i386 trap.c sys/i386/isa intr_machdep.c Log: 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 Revision Changes Path 1.152 +32 -10 src/sys/i386/i386/trap.c 1.34 +33 -20 src/sys/i386/isa/intr_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008061417.HAA07856>