Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Add example use of WSDISPLAY_CHARFUNCS, f...



details:   https://anonhg.NetBSD.org/src/rev/0494ec18eff4
branches:  trunk
changeset: 533467:0494ec18eff4
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jul 01 13:19:05 2002 +0000

description:
Add example use of WSDISPLAY_CHARFUNCS, from Julio Merino

diffstat:

 sys/arch/i386/conf/GENERIC |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 526ad0d9e0d4 -r 0494ec18eff4 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Jul 01 13:17:48 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Jul 01 13:19:05 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.499 2002/06/27 06:34:23 junyoung Exp $
+# $NetBSD: GENERIC,v 1.500 2002/07/01 13:19:05 christos Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.499 $"
+#ident                 "GENERIC-$Revision: 1.500 $"
 
 maxusers       32              # estimated number of users
 
@@ -204,6 +204,10 @@
 #options       VGA_CONSOLE_SCREENTYPE="\"80x24\""
 # work around a hardware bug that loaded fonts don't work; found on ATI cards
 #options       VGA_CONSOLE_ATI_BROKEN_FONTSEL
+# 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
 
 # Kernel root file system and dump configuration.
 config         netbsd  root on ? type ?



Home | Main Index | Thread Index | Old Index