diff options
-rw-r--r-- | sys/arch/hp300/conf/DISKLESS | 4 | ||||
-rw-r--r-- | sys/arch/hp300/conf/GENERIC | 4 |
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 |