Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Don't enable wscons options without wsc...



details:   https://anonhg.NetBSD.org/src/rev/8e93af809557
branches:  trunk
changeset: 333018:8e93af809557
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Tue Oct 14 17:43:14 2014 +0000

description:
Don't enable wscons options without wscons.

diffstat:

 sys/arch/evbppc/conf/EV64260 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 47a997ca0c66 -r 8e93af809557 sys/arch/evbppc/conf/EV64260
--- a/sys/arch/evbppc/conf/EV64260      Tue Oct 14 17:09:12 2014 +0000
+++ b/sys/arch/evbppc/conf/EV64260      Tue Oct 14 17:43:14 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: EV64260,v 1.63 2014/08/23 20:26:57 dholland Exp $
+#      $NetBSD: EV64260,v 1.64 2014/10/14 17:43:14 uebayasi Exp $
 #
 #      MVP -- Motorola's Multiprocessing Verification Platform
 #
@@ -140,9 +140,9 @@
 
 # wscons options
 #options       WSEMUL_SUN              # sun terminal emulation
-options        WSEMUL_VT100            # VT100 / VT220 emulation
-options        WSDISPLAY_COMPAT_USL            # wsconscfg VT handling
-options        WSDISPLAY_DEFAULTSCREENS=1
+#options       WSEMUL_VT100            # VT100 / VT220 emulation
+#options       WSDISPLAY_COMPAT_USL            # wsconscfg VT handling
+#options       WSDISPLAY_DEFAULTSCREENS=1
 
 # Kernel root file system and dump configuration.
 config         netbsd  root on ? type ?



Home | Main Index | Thread Index | Old Index