Port-sparc64 archive

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

Why sun-ss5 over wsvt25?



Hi List

I'm wondering why the default term for sparc64 is sun-ss5 and not
wscons/wsvt25? From my perspective, wscons should be preferred as the
home/end keys on my sun keyboard work AND I get a little colour on my
U60.

This may also solve PR #42959.

Thanks

Roy
Index: etc/etc.sparc64/ttys
===================================================================
RCS file: /cvsroot/src/etc/etc.sparc64/ttys,v
retrieving revision 1.9
diff -u -p -r1.9 ttys
--- etc/etc.sparc64/ttys        7 Oct 2008 10:00:02 -0000       1.9
+++ etc/etc.sparc64/ttys        11 Mar 2010 16:13:28 -0000
@@ -4,12 +4,12 @@
 #
 # name getty                           type    status          comments
 #
-console        "/usr/libexec/getty suncons"    sun-ss5 on secure
-constty        "/usr/libexec/getty suncons"    sun-ss5 off secure
-ttyE0  "/usr/libexec/getty suncons"    sun-ss5 off secure
-ttyE1  "/usr/libexec/getty suncons"    sun-ss5 off secure
-ttyE2  "/usr/libexec/getty suncons"    sun-ss5 off secure
-ttyE3  "/usr/libexec/getty suncons"    sun-ss5 off secure
+console        "/usr/libexec/getty suncons"    wsvt25  on secure
+constty        "/usr/libexec/getty suncons"    wsvt25  off secure
+ttyE0  "/usr/libexec/getty suncons"    wsvt25  off secure
+ttyE1  "/usr/libexec/getty suncons"    wsvt25  off secure
+ttyE2  "/usr/libexec/getty suncons"    wsvt25  off secure
+ttyE3  "/usr/libexec/getty suncons"    wsvt25  off secure
 ttya   "/usr/libexec/getty std.9600"   unknown off secure
 ttyb   "/usr/libexec/getty std.9600"   unknown off secure
 ttyh0   "/usr/libexec/getty std.9600"   unknown off secure
Index: sys/arch/sparc64/conf/GENERIC
===================================================================
RCS file: /cvsroot/src/sys/arch/sparc64/conf/GENERIC,v
retrieving revision 1.116
diff -u -p -r1.116 GENERIC
--- sys/arch/sparc64/conf/GENERIC       7 Jan 2010 09:34:49 -0000       1.116
+++ sys/arch/sparc64/conf/GENERIC       11 Mar 2010 16:15:37 -0000
@@ -884,7 +884,7 @@ wskbd0 at kbd0
 
 # various options for wscons - we try to look as much like a standard
 # sun console as possible
-options        WSEMUL_SUN              # sun terminal emulation
+options        WSEMUL_VT100            # sun terminal emulation
 options        WS_DEFAULT_FG=WSCOL_BLACK
 options        WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
 options        WSDISPLAY_COMPAT_USL            # VT handling

Attachment: signature.asc
Description: This is a digitally signed message part



Home | Main Index | Thread Index | Old Index