Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Add PCVT compat (for X console switchin...



details:   https://anonhg.NetBSD.org/src/rev/e2be9677f04b
branches:  trunk
changeset: 785083:e2be9677f04b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Feb 21 09:25:30 2013 +0000

description:
Add PCVT compat (for X console switching) and SYSCONS for some more
ioctls.

diffstat:

 sys/arch/evbarm/conf/RPI |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r e5f70b6fc785 -r e2be9677f04b sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Thu Feb 21 09:04:22 2013 +0000
+++ b/sys/arch/evbarm/conf/RPI  Thu Feb 21 09:25:30 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: RPI,v 1.23 2013/01/25 00:06:05 jmcneill Exp $
+#      $NetBSD: RPI,v 1.24 2013/02/21 09:25:30 skrll Exp $
 #
 #      RPi -- Raspberry Pi
 #
@@ -229,9 +229,12 @@
 options        WS_DEFAULT_BG=WSCOL_BLACK
 options        WS_KERNEL_FG=WSCOL_GREEN
 options        WS_KERNEL_BG=WSCOL_BLACK
+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
+
 #options       FONT_QVSS8x15
 #options       FONT_GALLANT12x22       # the console font
 



Home | Main Index | Thread Index | Old Index