Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf add WSDISPLAY_COMPAT_PCVT



details:   https://anonhg.NetBSD.org/src/rev/57b320769901
branches:  trunk
changeset: 785073:57b320769901
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Feb 20 19:35:46 2013 +0000

description:
add WSDISPLAY_COMPAT_PCVT

diffstat:

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

diffs (27 lines):

diff -r 7ce983cd1cae -r 57b320769901 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Wed Feb 20 19:18:17 2013 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Wed Feb 20 19:35:46 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.157 2013/02/08 15:20:17 jdc Exp $
+# $NetBSD: GENERIC,v 1.158 2013/02/20 19:35:46 macallan Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.157 $"
+#ident                 "GENERIC-$Revision: 1.158 $"
 
 maxusers       64
 
@@ -926,6 +926,8 @@
 options        WSEMUL_VT100            # allow us to be wsvt25
 options        WS_DEFAULT_FG=WSCOL_BLACK
 options        WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
+options        WSDISPLAY_COMPAT_PCVT           # emulate some ioctls
+options        WSDISPLAY_COMPAT_SYSCONS        # emulate some more ioctls
 options        WSDISPLAY_COMPAT_USL            # wsconscfg VT handling
 options        WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
 options        WSDISPLAY_DEFAULTSCREENS=4



Home | Main Index | Thread Index | Old Index