From f448621756b9fed1607c8e7d4d17e07407fb5345 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 24 Feb 2002 23:33:48 +0000 Subject: Don't generate noise before entering DDB from keyboard. --- sys/arch/hp300/hp300/machdep.c | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'sys/arch/hp300') diff --git a/sys/arch/hp300/hp300/machdep.c b/sys/arch/hp300/hp300/machdep.c index 59743ab2705..056666b2795 100644 --- a/sys/arch/hp300/hp300/machdep.c +++ b/sys/arch/hp300/hp300/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.77 2002/01/23 17:51:52 art Exp $ */ +/* $OpenBSD: machdep.c,v 1.78 2002/02/24 23:33:47 miod Exp $ */ /* $NetBSD: machdep.c,v 1.121 1999/03/26 23:41:29 mycroft Exp $ */ /* @@ -1068,27 +1068,11 @@ nmihand(frame) /* Check for keyboard ++. */ if (kbdnmi()) { - printf("Got a keyboard NMI"); - - /* - * We can: - * - * - enter DDB - * - * - Start the crashandburn sequence - * - * - Ignore it. - */ #ifdef DDB if (db_console) { - printf(": entering debugger\n"); Debugger(); - } else - printf("\n"); -#else - printf(": ignoring\n"); + } #endif /* DDB */ - goto nmihand_out; /* no more work to do */ } -- cgit v1.2.3