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 WSDISPLAY_COMPAT_PCVT



details:   https://anonhg.NetBSD.org/src/rev/7ce983cd1cae
branches:  trunk
changeset: 785072:7ce983cd1cae
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Feb 20 19:18:17 2013 +0000

description:
add WSDISPLAY_COMPAT_PCVT

diffstat:

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

diffs (29 lines):

diff -r 116ab0b539b7 -r 7ce983cd1cae sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Wed Feb 20 18:40:49 2013 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Wed Feb 20 19:18:17 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.304 2012/10/17 14:48:14 apb Exp $
+# $NetBSD: GENERIC,v 1.305 2013/02/20 19:18:17 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.304 $"
+#ident                 "GENERIC-$Revision: 1.305 $"
 
 maxusers       32
 
@@ -172,7 +172,9 @@
 # wscons options
 #options       WSEMUL_SUN                      # sun terminal emulation
 options        WSEMUL_VT100                    # VT100 / VT220 emulation
-options        WSDISPLAY_COMPAT_USL            # wsconscfg VT handling
+options        WSDISPLAY_COMPAT_PCVT           # emulate some ioctls
+options        WSDISPLAY_COMPAT_SYSCONS        # emulate some ioctls
+options        WSDISPLAY_COMPAT_USL            # VT handling
 
 options        WS_DEFAULT_FG=WSCOL_BLACK
 options        WS_DEFAULT_BG=WSCOL_LIGHT_WHITE



Home | Main Index | Thread Index | Old Index