Source-Changes-HG archive

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

[src/trunk]: src/sbin/wsconsctl Add descriptions for SGI & Sun specific displ...



details:   https://anonhg.NetBSD.org/src/rev/642090d004d9
branches:  trunk
changeset: 565251:642090d004d9
user:      heas <heas%NetBSD.org@localhost>
date:      Fri Apr 02 22:16:52 2004 +0000

description:
Add descriptions for SGI & Sun specific displays that were added to wsconsio.h
in revisions 1.59 - 1.61.

diffstat:

 sbin/wsconsctl/util.c |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r e96bd169999d -r 642090d004d9 sbin/wsconsctl/util.c
--- a/sbin/wsconsctl/util.c     Fri Apr 02 20:58:36 2004 +0000
+++ b/sbin/wsconsctl/util.c     Fri Apr 02 22:16:52 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.c,v 1.17 2004/01/21 15:39:34 heas Exp $ */
+/*     $NetBSD: util.c,v 1.18 2004/04/02 22:16:52 heas Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -123,6 +123,13 @@
        { WSDISPLAY_TYPE_TIGER,         "hp-tiger" },
        { WSDISPLAY_TYPE_HYPERION,      "hp-hyperion" },
        { WSDISPLAY_TYPE_AMIGACC,       "amiga-cc" },
+       { WSDISPLAY_TYPE_SUN24,         "sun24" },
+       { WSDISPLAY_TYPE_NEWPORT,       "sgi-newport" },
+       { WSDISPLAY_TYPE_GR2,           "sgi-gr2" },
+       { WSDISPLAY_TYPE_SUNCG12,       "suncg12" },
+       { WSDISPLAY_TYPE_SUNCG14,       "suncg14" },
+       { WSDISPLAY_TYPE_SUNTCX,        "suntcx" },
+       { WSDISPLAY_TYPE_SUNFFB,        "sunffb" },
 };
 
 static struct nameint kbdenc_tab[] = {



Home | Main Index | Thread Index | Old Index