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 Don't enable wscons options w/o related...



details:   https://anonhg.NetBSD.org/src/rev/98006fe911c6
branches:  trunk
changeset: 803012:98006fe911c6
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Oct 11 03:24:19 2014 +0000

description:
Don't enable wscons options w/o related devices.

diffstat:

 sys/arch/evbarm/conf/BEAGLEBOARDXM |  20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diffs (35 lines):

diff -r 6b73c8e077b8 -r 98006fe911c6 sys/arch/evbarm/conf/BEAGLEBOARDXM
--- a/sys/arch/evbarm/conf/BEAGLEBOARDXM        Sat Oct 11 03:17:40 2014 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARDXM        Sat Oct 11 03:24:19 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBOARDXM,v 1.18 2014/08/30 15:21:17 kiyohara Exp $
+#      $NetBSD: BEAGLEBOARDXM,v 1.19 2014/10/11 03:24:19 uebayasi Exp $
 #
 #      BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
 #
@@ -230,15 +230,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            # wsconscfg 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            # wsconscfg VT handling
+#options       WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
+#options       WSDISPLAY_DEFAULTSCREENS=4
+#options               FONT_QVSS8x15
 #options       FONT_GALLANT12x22       # the console font
 
 pseudo-device  wsmux                   # mouse & keyboard multiplexor



Home | Main Index | Thread Index | Old Index