Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/conf Add wsmux and keyboard RAW support for b...
details: https://anonhg.NetBSD.org/src/rev/3d9f0d267df3
branches: trunk
changeset: 569874:3d9f0d267df3
user: reinoud <reinoud%NetBSD.org@localhost>
date: Fri Sep 10 21:09:57 2004 +0000
description:
Add wsmux and keyboard RAW support for better X
diffstat:
sys/arch/alpha/conf/GENERIC | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r f59186dd2497 -r 3d9f0d267df3 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Fri Sep 10 21:09:06 2004 +0000
+++ b/sys/arch/alpha/conf/GENERIC Fri Sep 10 21:09:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.252 2004/09/10 21:09:06 reinoud Exp $
+# $NetBSD: GENERIC,v 1.253 2004/09/10 21:09:57 reinoud Exp $
#
# GENERIC machine description file
#
@@ -25,7 +25,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.252 $"
+#ident "GENERIC-$Revision: 1.253 $"
maxusers 32
@@ -526,6 +526,7 @@
# USB Keyboards
ukbd* at uhidev? reportid ?
wskbd* at ukbd? console ?
+options WSDISPLAY_COMPAT_RAWKBD
# USB Generic HID devices
uhid* at uhidev? reportid ?
@@ -618,6 +619,7 @@
#options RND_COM # use "com" randomness too
pseudo-device clockctl # user control of clock subsystem
pseudo-device wsfont
+pseudo-device wsmux # mouse and keyboad multiplexing
pseudo-device ksyms # /dev/ksyms
#pseudo-device pf # PF packet filter
#pseudo-device pflog # PF log if
Home |
Main Index |
Thread Index |
Old Index