Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/conf switch to WSEMUL_VT100 to reduce differe...
details: https://anonhg.NetBSD.org/src/rev/61e0e4e72529
branches: trunk
changeset: 779898:61e0e4e72529
user: macallan <macallan%NetBSD.org@localhost>
date: Tue Jun 26 02:04:55 2012 +0000
description:
switch to WSEMUL_VT100 to reduce differences with sparc64 and other wscons
and fb console using ports
WSEMUL_SUN is left in but commented out so whoever wants it back can have it
with minimal effort
diffstat:
sys/arch/sparc/conf/GENERIC | 8 ++++----
sys/arch/sparc/conf/INSTALL | 6 +++---
sys/arch/sparc/conf/KRUPS | 6 +++---
sys/arch/sparc/conf/MRCOFFEE | 6 +++---
sys/arch/sparc/conf/TADPOLE3GX | 6 +++---
5 files changed, 16 insertions(+), 16 deletions(-)
diffs (123 lines):
diff -r 8940db16173b -r 61e0e4e72529 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC Mon Jun 25 22:32:43 2012 +0000
+++ b/sys/arch/sparc/conf/GENERIC Tue Jun 26 02:04:55 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.232 2012/03/11 06:18:46 nakayama Exp $
+# $NetBSD: GENERIC,v 1.233 2012/06/26 02:04:55 macallan Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.232 $"
+#ident "GENERIC-$Revision: 1.233 $"
maxusers 32
@@ -51,8 +51,8 @@
#options RASTERCONSOLE_BGCOL=WSCOL_WHITE
# wscons stuff
-options WSEMUL_SUN
-#options WSEMUL_VT100
+#options WSEMUL_SUN
+options WSEMUL_VT100
options WSDISPLAY_COMPAT_RAWKBD
options WSDISPLAY_CUSTOM_OUTPUT
options WS_DEFAULT_FG=WSCOL_BLACK
diff -r 8940db16173b -r 61e0e4e72529 sys/arch/sparc/conf/INSTALL
--- a/sys/arch/sparc/conf/INSTALL Mon Jun 25 22:32:43 2012 +0000
+++ b/sys/arch/sparc/conf/INSTALL Tue Jun 26 02:04:55 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.81 2012/03/11 06:18:46 nakayama Exp $
+# $NetBSD: INSTALL,v 1.82 2012/06/26 02:04:55 macallan Exp $
#
# from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
#
@@ -49,8 +49,8 @@
#options RASTERCONSOLE_BGCOL=WSCOL_WHITE
# wscons stuff
-options WSEMUL_SUN
-#options WSEMUL_VT100
+#options WSEMUL_SUN
+options WSEMUL_VT100
options WSDISPLAY_COMPAT_RAWKBD
options WSDISPLAY_CUSTOM_OUTPUT
options WS_DEFAULT_FG=WSCOL_BLACK
diff -r 8940db16173b -r 61e0e4e72529 sys/arch/sparc/conf/KRUPS
--- a/sys/arch/sparc/conf/KRUPS Mon Jun 25 22:32:43 2012 +0000
+++ b/sys/arch/sparc/conf/KRUPS Tue Jun 26 02:04:55 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: KRUPS,v 1.59 2012/06/05 08:44:15 abs Exp $
+# $NetBSD: KRUPS,v 1.60 2012/06/26 02:04:55 macallan Exp $
# From: NetBSD: GENERIC,v 1.197 2006/12/04 23:43:35 elad Exp
#
# Krups (JavaStation-NC) machine description file
@@ -8,7 +8,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "KRUPS-$Revision: 1.59 $"
+#ident "KRUPS-$Revision: 1.60 $"
maxusers 32
@@ -74,7 +74,7 @@
#### wscons options
# builtin terminal emulations
-options WSEMUL_SUN # sun terminal emulation
+#options WSEMUL_SUN # sun terminal emulation
options WSEMUL_VT100 # VT100 / VT220 emulation
options WSEMUL_DEFAULT="\"vt100\""
diff -r 8940db16173b -r 61e0e4e72529 sys/arch/sparc/conf/MRCOFFEE
--- a/sys/arch/sparc/conf/MRCOFFEE Mon Jun 25 22:32:43 2012 +0000
+++ b/sys/arch/sparc/conf/MRCOFFEE Tue Jun 26 02:04:55 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MRCOFFEE,v 1.36 2012/03/11 06:18:46 nakayama Exp $
+# $NetBSD: MRCOFFEE,v 1.37 2012/06/26 02:04:55 macallan Exp $
# From: NetBSD: GENERIC,v 1.197 2006/12/04 23:43:35 elad Exp
#
# Mr.Coffee (JavaStation 1) machine description file
@@ -12,7 +12,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "MRCOFFEE-$Revision: 1.36 $"
+#ident "MRCOFFEE-$Revision: 1.37 $"
maxusers 32
@@ -30,7 +30,7 @@
#options BLINK
# builtin terminal emulations
-options WSEMUL_SUN # sun terminal emulation
+#options WSEMUL_SUN # sun terminal emulation
options WSEMUL_VT100 # VT100 / VT220 emulation
options WSEMUL_DEFAULT="\"vt100\""
diff -r 8940db16173b -r 61e0e4e72529 sys/arch/sparc/conf/TADPOLE3GX
--- a/sys/arch/sparc/conf/TADPOLE3GX Mon Jun 25 22:32:43 2012 +0000
+++ b/sys/arch/sparc/conf/TADPOLE3GX Tue Jun 26 02:04:55 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TADPOLE3GX,v 1.56 2012/06/05 08:44:15 abs Exp $
+# $NetBSD: TADPOLE3GX,v 1.57 2012/06/26 02:04:55 macallan Exp $
include "arch/sparc/conf/std.sparc"
@@ -22,8 +22,8 @@
#options BLINK
# wsdisplay options
-options WSEMUL_SUN
-#options WSEMUL_VT100
+#options WSEMUL_SUN
+options WSEMUL_VT100
options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
options WSDISPLAY_CUSTOM_OUTPUT # wsconsctl(8)
Home |
Main Index |
Thread Index |
Old Index