Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/hpc Comment change only: remove XXX.



details:   https://anonhg.NetBSD.org/src/rev/faf24faf941c
branches:  trunk
changeset: 526788:faf24faf941c
user:      uwe <uwe%NetBSD.org@localhost>
date:      Fri May 10 21:05:13 2002 +0000

description:
Comment change only: remove XXX.

diffstat:

 sys/dev/hpc/hpckbdkeymap.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e839c0c3da59 -r faf24faf941c sys/dev/hpc/hpckbdkeymap.h
--- a/sys/dev/hpc/hpckbdkeymap.h        Fri May 10 20:45:05 2002 +0000
+++ b/sys/dev/hpc/hpckbdkeymap.h        Fri May 10 21:05:13 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpckbdkeymap.h,v 1.13 2002/05/02 16:38:02 uch Exp $ */
+/*     $NetBSD: hpckbdkeymap.h,v 1.14 2002/05/10 21:05:13 uwe Exp $ */
 
 /*-
  * Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
@@ -524,7 +524,7 @@
 /*15 */ UNK, UNK, UNK, UNK, UNK, UNK, UNK, UNK,
 };
 
-/* XXX: uwe: US */
+/* US (international?) */
 const u_int8_t jornada6x0_us_keytrans[] = {
 /*      0    1    2    3    4    5    6    7 */       
 /* 0 */ 59 , 45 , 31 , 17 , 3  , UNK, 29 , UNK, /* ctrl 29 */
@@ -748,7 +748,7 @@
                jornada6x0_special_keymap,
                NULLCMDMAP,
                KB_JP },
-       /* XXX: uwe: US */
+       /* US (international?) */
        {       &platid_mask_MACH_HP_JORNADA_680,
                jornada6x0_us_keytrans,
                jornada6x0_special_keymap,



Home | Main Index | Thread Index | Old Index