Source-Changes-HG archive

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

[src/trunk]: src/sbin/wsconsctl Define Atari keyboard type.



details:   https://anonhg.NetBSD.org/src/rev/ad5e2c2a4096
branches:  trunk
changeset: 542529:ad5e2c2a4096
user:      thomas <thomas%NetBSD.org@localhost>
date:      Fri Jan 31 23:32:21 2003 +0000

description:
Define Atari keyboard type.

diffstat:

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

diffs (17 lines):

diff -r c3b742622a25 -r ad5e2c2a4096 sbin/wsconsctl/util.c
--- a/sbin/wsconsctl/util.c     Fri Jan 31 23:28:30 2003 +0000
+++ b/sbin/wsconsctl/util.c     Fri Jan 31 23:32:21 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.c,v 1.15 2002/12/10 13:05:09 itohy Exp $ */
+/*     $NetBSD: util.c,v 1.16 2003/01/31 23:32:21 thomas Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -69,6 +69,7 @@
        { WSKBD_TYPE_HIL,               "hil" },
        { WSKBD_TYPE_AMIGA,             "amiga" },
        { WSKBD_TYPE_MAPLE,             "maple" },
+       { WSKBD_TYPE_ATARI,             "atari" },
 };
 
 static struct nameint mstype_tab[] = {



Home | Main Index | Thread Index | Old Index