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 No wsdisplay options without wsdisplay.
details: https://anonhg.NetBSD.org/src/rev/c171714f0838
branches: trunk
changeset: 332908:c171714f0838
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sat Oct 11 15:55:36 2014 +0000
description:
No wsdisplay options without wsdisplay.
diffstat:
sys/arch/evbarm/conf/BEAGLEBONE | 20 ++++++++++----------
sys/arch/evbarm/conf/OVERO | 20 ++++++++++----------
2 files changed, 20 insertions(+), 20 deletions(-)
diffs (72 lines):
diff -r e5f1eef9ec69 -r c171714f0838 sys/arch/evbarm/conf/BEAGLEBONE
--- a/sys/arch/evbarm/conf/BEAGLEBONE Sat Oct 11 15:47:38 2014 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBONE Sat Oct 11 15:55:36 2014 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: BEAGLEBONE,v 1.28 2014/09/18 15:00:08 wiz Exp $
+# $NetBSD: BEAGLEBONE,v 1.29 2014/10/11 15:55:36 uebayasi Exp $
#
# BEAGLEBONE -- TI AM335x board Kernel
#
@@ -254,17 +254,17 @@
# various options for wscons - we try to look as much like a standard
# sun console as possible
-options WSEMUL_VT100
-options WSDISPLAY_COMPAT_PCVT
-options WSDISPLAY_COMPAT_SYSCONS
-options WSDISPLAY_COMPAT_USL
-options WSDISPLAY_SCROLLSUPPORT
-options WS_KERNEL_FG=WSCOL_GREEN
+#options WSEMUL_VT100
+#options WSDISPLAY_COMPAT_PCVT
+#options WSDISPLAY_COMPAT_SYSCONS
+#options WSDISPLAY_COMPAT_USL
+#options WSDISPLAY_SCROLLSUPPORT
+#options WS_KERNEL_FG=WSCOL_GREEN
#options WSDISPLAY_DEFAULTSCREENS=4
-options FONT_GALLANT12x22
-options FONT_BOLD8x16
+#options FONT_GALLANT12x22
+#options FONT_BOLD8x16
# compatibility to other console drivers
-options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
+#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
pseudo-device wsmux # mouse & keyboard multiplexor
pseudo-device wsfont
diff -r e5f1eef9ec69 -r c171714f0838 sys/arch/evbarm/conf/OVERO
--- a/sys/arch/evbarm/conf/OVERO Sat Oct 11 15:47:38 2014 +0000
+++ b/sys/arch/evbarm/conf/OVERO Sat Oct 11 15:55:36 2014 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: OVERO,v 1.41 2014/08/30 15:21:17 kiyohara Exp $
+# $NetBSD: OVERO,v 1.42 2014/10/11 15:55:36 uebayasi Exp $
#
# OVERO -- Gumstix. Inc. Overo COMS platforms kernel
#
@@ -254,15 +254,15 @@
# various options for wscons - we try to look as much like a standard
# sun console as possible
-options WSEMUL_VT100 # sun terminal emulation
-options WS_DEFAULT_FG=WSCOL_BLACK
-options WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
-options WS_KERNEL_FG=WSCOL_GREEN
-options WS_KERNEL_BG=WSCOL_LIGHT_WHITE
-options WSDISPLAY_COMPAT_USL # VT handling
-options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
-options WSDISPLAY_DEFAULTSCREENS=4
-options FONT_QVSS8x15
+#options WSEMUL_VT100 # sun terminal emulation
+#options WS_DEFAULT_FG=WSCOL_BLACK
+#options WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
+#options WS_KERNEL_FG=WSCOL_GREEN
+#options WS_KERNEL_BG=WSCOL_LIGHT_WHITE
+#options WSDISPLAY_COMPAT_USL # VT handling
+#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
+#options WSDISPLAY_DEFAULTSCREENS=4
+#options FONT_QVSS8x15
#options FONT_GALLANT12x22 # the console font
# USB Host
Home |
Main Index |
Thread Index |
Old Index