Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/cats/conf Add commented out WSDISPLAY_CHARFUNCS. U...
details: https://anonhg.NetBSD.org/src/rev/fe3bd72aeb72
branches: trunk
changeset: 537731:fe3bd72aeb72
user: chris <chris%NetBSD.org@localhost>
date: Sat Oct 05 10:42:23 2002 +0000
description:
Add commented out WSDISPLAY_CHARFUNCS. Using it enables wsmoused support.
diffstat:
sys/arch/cats/conf/GENERIC | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 493e35bc2003 -r fe3bd72aeb72 sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC Sat Oct 05 09:51:17 2002 +0000
+++ b/sys/arch/cats/conf/GENERIC Sat Oct 05 10:42:23 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.35 2002/10/04 17:14:48 rearnsha Exp $
+# $NetBSD: GENERIC,v 1.36 2002/10/05 10:42:23 chris Exp $
#
# GENERIC machine description file
#
@@ -151,6 +151,10 @@
options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
# see dev/wscons/wskbdmap_mfii.h for implemented layouts
#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
+# the following enables some functions to get mouse console support.
+# if you want a really secure system, it may be better not to enable them,
+# see wsmoused(8), section SECURITY CONSIDERATIONS for more info.
+#options WSDISPLAY_CHARFUNCS # mouse console support
# Development and Debugging options
Home |
Main Index |
Thread Index |
Old Index