Date: Sat, 11 Dec 1999 12:22:17 -0500 From: Greg Lehey <grog@mojave.sitaranetworks.com> To: Kazutaka YOKOTA <yokota@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/syscons syscons.c Message-ID: <19991211122217.A355@mojave.sitaranetworks.com> In-Reply-To: <199912100431.UAA03034@freefall.freebsd.org>; from yokota@FreeBSD.org on Thu, Dec 09, 1999 at 08:30:59PM -0800 References: <199912100431.UAA03034@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, 9 December 1999 at 20:30:59 -0800, Kazutaka YOKOTA wrote: > yokota 1999/12/09 20:30:59 PST > > Modified files: > sys/dev/syscons syscons.c > Log: > Add "panic key" function to syscons. When this key is defined in a > keymap and pressed, the system panic will be forced. > > This feature must be specifically enabled by a new sysctl variable: > machdep.enable_panic_key. Its default value is 0. The panic key > won't do anything unless this variable is set to non-zero. > > To use the panic key, add a keyword 'panic' to a key in your > keymap file. The following example assigns the panic function > to SysReq (Alt-PrintScreen) key (keycode 84). > > 083 del '.' '.' '.' '.' '.' boot boot N > 084 panic nop nop nop panic nop nop nop O Doesn't this panic without the Alt key as well? Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers 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?19991211122217.A355>