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 WSDISPLAY_COMPAT_PCVT



details:   https://anonhg.NetBSD.org/src/rev/058903700df6
branches:  trunk
changeset: 785085:058903700df6
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Feb 21 12:31:22 2013 +0000

description:
add WSDISPLAY_COMPAT_PCVT

diffstat:

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

diffs (19 lines):

diff -r 2ae426fb2939 -r 058903700df6 sys/arch/evbarm/conf/BEAGLEBOARD
--- a/sys/arch/evbarm/conf/BEAGLEBOARD  Thu Feb 21 10:22:04 2013 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARD  Thu Feb 21 12:31:22 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBOARD,v 1.45 2013/02/09 13:29:36 jmcneill Exp $
+#      $NetBSD: BEAGLEBOARD,v 1.46 2013/02/21 12:31:22 macallan Exp $
 #
 #      BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
 #
@@ -265,6 +265,8 @@
 options        WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
 options                WS_KERNEL_FG=WSCOL_GREEN
 options                WS_KERNEL_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