summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/conf
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-01-18 19:13:24 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-01-18 19:13:24 +0000
commitd365357b50213d57af3c85f846c517ea29d38ce2 (patch)
tree1c07e7726fa36f474b1a10447e4b3d487b05724f /sys/arch/hp300/conf
parent7056d8e3c66498551d3b17720f1d95ebf2ae8076 (diff)
Enable WSDISPLAY_COMPAT_RAWKBD
Diffstat (limited to 'sys/arch/hp300/conf')
-rw-r--r--sys/arch/hp300/conf/DISKLESS4
-rw-r--r--sys/arch/hp300/conf/GENERIC4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/DISKLESS b/sys/arch/hp300/conf/DISKLESS
index 98d71469011..3d63895d854 100644
--- a/sys/arch/hp300/conf/DISKLESS
+++ b/sys/arch/hp300/conf/DISKLESS
@@ -1,4 +1,4 @@
-# $OpenBSD: DISKLESS,v 1.25 2005/01/14 22:39:23 miod Exp $
+# $OpenBSD: DISKLESS,v 1.26 2005/01/18 19:13:23 miod Exp $
# $NetBSD: GENERIC,v 1.23 1997/01/31 06:12:57 thorpej Exp $
#
# Generic kernel - one size fits all.
@@ -31,6 +31,8 @@ maxusers 16
option USELEDS # make the lights twinkle
#option CONSCODE="9" # force console at this select code
+option WSDISPLAY_COMPAT_RAWKBD # provide raw scancodes
+
option COMPAT_HPUX # HP-UX binary compatibility
option COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries
option COMPAT_SUNOS # SunOS/sun3 binaries
diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC
index d6b74fd9af3..32104096b9e 100644
--- a/sys/arch/hp300/conf/GENERIC
+++ b/sys/arch/hp300/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.34 2005/01/14 22:39:23 miod Exp $
+# $OpenBSD: GENERIC,v 1.35 2005/01/18 19:13:23 miod Exp $
# $NetBSD: GENERIC,v 1.23 1997/01/31 06:12:57 thorpej Exp $
#
# Generic kernel - one size fits all.
@@ -31,6 +31,8 @@ maxusers 32
option USELEDS # make the lights twinkle
#option CONSCODE="9" # force console at this select code
+option WSDISPLAY_COMPAT_RAWKBD # provide raw scancodes
+
option COMPAT_HPUX # HP-UX binary compatibility
option COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries
option COMPAT_SUNOS # SunOS/sun3 binaries