Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf add (commented out) option WSDISPLAY_CO...



details:   https://anonhg.NetBSD.org/src/rev/38e277da0f78
branches:  trunk
changeset: 535284:38e277da0f78
user:      aymeric <aymeric%NetBSD.org@localhost>
date:      Tue Aug 13 15:03:30 2002 +0000

description:
add (commented out) option WSDISPLAY_COMPAT_RAWKBD

diffstat:

 sys/arch/macppc/conf/GENERIC |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r a98146cad22b -r 38e277da0f78 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Tue Aug 13 15:00:42 2002 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Tue Aug 13 15:03:30 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.139 2002/07/12 05:30:24 matt Exp $
+# $NetBSD: GENERIC,v 1.140 2002/08/13 15:03:30 aymeric Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.139 $"
+#ident                 "GENERIC-$Revision: 1.140 $"
 
 maxusers       32
 
@@ -130,8 +130,9 @@
 options        USBVERBOSE      # verbose USB device autoconfig messages
 
 # wscons options
-#options       WSEMUL_SUN              # sun terminal emulation
-options        WSEMUL_VT100            # VT100 / VT220 emulation
+#options       WSEMUL_SUN                      # sun terminal emulation
+options        WSEMUL_VT100                    # VT100 / VT220 emulation
+#options       WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
 options        FONT_GALLANT12x22
 
 # Kernel root file system and dump configuration.



Home | Main Index | Thread Index | Old Index