Date: Fri, 14 Jul 2000 04:49:45 -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 Message-ID: <200007141149.EAA96783@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ps 2000/07/14 04:49:45 PDT Modified files: sys/i386/i386 trap.c Log: Change the way NMI's are handled. Before, if DDB was enabled and a NMI occured, you could type continue in DDB and the kernel would not attempt to detect what type of NMI was recieved. Now we check for the type of NMI first and then go to DDB if it is enabled. This will solve the problem with having DDB enabled and getting an NMI due to some possibly bad error and being able to continue the operation of the kernel when you really want to panic and know what happened. Submitted by: jhb Revision Changes Path 1.150 +15 -13 src/sys/i386/i386/trap.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?200007141149.EAA96783>