diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-19 17:06:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-19 17:06:43 +0000 |
commit | f257ac1c7ed1a1349cc5ec3b0ca76aecdde34cc6 (patch) | |
tree | be126e1447ed98c4b0adb114981fab3c61bfb7ec /sys/arch/hp300/conf/GENERIC | |
parent | 1c04f06e73eaa06bdd75aa1066bdbca55fc2521a (diff) |
PANICBUTTON no more.
Diffstat (limited to 'sys/arch/hp300/conf/GENERIC')
-rw-r--r-- | sys/arch/hp300/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index a8cd3148fe9..fa1aa7705bd 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.27 2001/06/27 05:46:12 art Exp $ +# $OpenBSD: GENERIC,v 1.28 2001/08/19 17:06:42 miod Exp $ # $NetBSD: GENERIC,v 1.23 1997/01/31 06:12:57 thorpej Exp $ # # Generic kernel - one size fits all. @@ -30,7 +30,6 @@ maxusers 32 # Options for HP hardware option FPSP # floating point interface for 68040 option USELEDS # make the lights twinkle -#option PANICBUTTON # two fast <reset>s on HIL dump kernel #option CONSCODE="9" # force console at this select code option UK_KEYBOARD # include United Kingdom HIL keymap option SE_KEYBOARD # include Swedish HIL keymap |