From owner-cvs-all Sun Aug 6 7:17:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9539337B59B; Sun, 6 Aug 2000 07:17:21 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA07856; Sun, 6 Aug 2000 07:17:21 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200008061417.HAA07856@freefall.freebsd.org> From: Paul Saab Date: Sun, 6 Aug 2000 07:17:21 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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