Kazutaka YOKOTA b2f564ea70 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
  085   nop    nop    nop    nop    nop    nop    nop    nop     O

PR: kern/13721
1999-12-10 04:30:58 +00:00
..
1999-10-25 04:28:53 +00:00
1999-08-28 01:08:13 +00:00
1999-12-06 18:29:03 +00:00
1999-11-18 07:22:59 +00:00
1999-08-28 01:08:13 +00:00
1999-10-11 19:14:37 +00:00
1999-08-28 01:08:13 +00:00
1999-08-28 01:08:13 +00:00
1999-12-03 06:56:43 +00:00
1999-12-01 10:20:21 +00:00
1999-10-06 13:03:09 +00:00
1999-12-07 06:44:38 +00:00
1999-08-28 01:08:13 +00:00
1999-11-18 08:43:58 +00:00
1999-12-10 01:20:08 +00:00
1999-10-29 17:28:09 +00:00