diff options
Diffstat (limited to 'sys/arch/hp300/conf/GENERIC')
-rw-r--r-- | sys/arch/hp300/conf/GENERIC | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index a1810cabe53..1719102e1a0 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,5 @@ -# $NetBSD: GENERIC,v 1.9 1996/02/24 00:54:53 thorpej Exp $ +# $OpenBSD: GENERIC,v 1.10 1997/01/12 15:12:13 downsj Exp $ +# $NetBSD: GENERIC,v 1.16 1996/12/11 09:10:40 thorpej Exp $ # # Generic kernel - one size fits all. # @@ -56,6 +57,8 @@ options USELEDS # make the lights twinkle options COMPAT_NOLABEL # defaults for unlabeled disks #options PANICBUTTON # two fast <reset>s on HIL dump kernel #options CONSCODE="9" # force console at this select code +options UK_KEYBOARD # include United Kingdom HIL keymap +options SE_KEYBOARD # include Swedish HIL keymap # # HP-UX binary compatibility. @@ -66,8 +69,6 @@ options COMPAT_HPUX # HP-UX binary compatibility # Debugging options options DDB # Kernel Dynamic Debugger -# If the kernel isn't named `GENERIC', uncomment the line below. -#options GENERIC # Generic swap support config bsd swap generic master hpib0 at scode7 |