diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2002-04-26 20:13:12 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2002-04-26 20:13:12 +0000 |
commit | 3e64b3e15c078e2d6f4ac92417aca915855f8c91 (patch) | |
tree | 5a0a0440039e56598c320ee463a15f0f89674d98 /sys/arch/alpha/conf | |
parent | 7c310a381e349f7bac8537fbad40e216e8b24cd4 (diff) |
add WSDISPLAY_COMPAT_RAWKBD for XFree86 servers.
XXX this should be factored out later for all arches using wscons
ok miod@, deraadt@
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 34b6bf34afe..e6ed538b0be 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.104 2002/04/14 00:05:35 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.105 2002/04/26 20:13:11 matthieu Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ machine alpha @@ -33,6 +33,9 @@ option PCIVERBOSE # recognize "unknown" PCI devices option TCVERBOSE # recognize "unknown" TC devices option USBVERBOSE +# Wscons options +option WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes + option USER_PCICONF # user-space PCI configuration config bsd swap generic |