Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/rs6000/conf Comment out wscons related options.
details: https://anonhg.NetBSD.org/src/rev/811453f6bc9c
branches: trunk
changeset: 332896:811453f6bc9c
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sat Oct 11 11:26:57 2014 +0000
description:
Comment out wscons related options.
diffstat:
sys/arch/rs6000/conf/GENERIC | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (40 lines):
diff -r 73f1b8a507b7 -r 811453f6bc9c sys/arch/rs6000/conf/GENERIC
--- a/sys/arch/rs6000/conf/GENERIC Sat Oct 11 10:31:13 2014 +0000
+++ b/sys/arch/rs6000/conf/GENERIC Sat Oct 11 11:26:57 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.30 2014/08/23 20:26:59 dholland Exp $
+# $NetBSD: GENERIC,v 1.31 2014/10/11 11:26:57 uebayasi Exp $
#
# GENERIC machine description file
#
@@ -24,7 +24,7 @@
#makeoptions COPTS="-O2 -mno-powerpc -mno-power" # wheeee
-#ident "GENERIC-$Revision: 1.30 $"
+#ident "GENERIC-$Revision: 1.31 $"
maxusers 32
@@ -157,17 +157,17 @@
# wscons options
#
# builtin terminal emulations
-options WSEMUL_VT100 # VT100 / VT220 emulation
-options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
+#options WSEMUL_VT100 # VT100 / VT220 emulation
+#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
# different kernel output - see dev/wscons/wsdisplayvar.h
-options WS_KERNEL_FG=WSCOL_GREEN
+#options WS_KERNEL_FG=WSCOL_GREEN
#options WS_KERNEL_BG=WSCOL_BLACK
# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
# allocate a number of virtual screens at autoconfiguration time
#options WSDISPLAY_DEFAULTSCREENS=4
# use a large software cursor that doesn't blink
-options PCDISPLAY_SOFTCURSOR
+#options PCDISPLAY_SOFTCURSOR
# Kernel root file system and dump configuration.
config netbsd root on ? type ?
Home |
Main Index |
Thread Index |
Old Index