Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/hpc add Sigmarion2. it is same keymap of Sigmarion.



details:   https://anonhg.NetBSD.org/src/rev/fd91bc7a0b24
branches:  trunk
changeset: 539877:fd91bc7a0b24
user:      hamajima <hamajima%NetBSD.org@localhost>
date:      Thu Nov 28 15:09:48 2002 +0000

description:
add Sigmarion2. it is same keymap of Sigmarion.

diffstat:

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

diffs (21 lines):

diff -r 20c97722afb8 -r fd91bc7a0b24 sys/dev/hpc/hpckbdkeymap.h
--- a/sys/dev/hpc/hpckbdkeymap.h        Thu Nov 28 15:08:36 2002 +0000
+++ b/sys/dev/hpc/hpckbdkeymap.h        Thu Nov 28 15:09:48 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpckbdkeymap.h,v 1.15 2002/05/11 04:57:43 uwe Exp $ */
+/*     $NetBSD: hpckbdkeymap.h,v 1.16 2002/11/28 15:09:48 hamajima Exp $ */
 
 /*-
  * Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
@@ -697,6 +697,11 @@
                NULL,
                CMDMAP(sigmarion_cmdmap),
                KB_JP },
+       {       &platid_mask_MACH_NEC_MCR_SIGMARION2,
+               sigmarion_jp_keytrans,
+               NULL,
+               CMDMAP(sigmarion_cmdmap),
+               KB_JP },
        {       &platid_mask_MACH_NEC_MCR,
                mcr_jp_keytrans,
                NULL,



Home | Main Index | Thread Index | Old Index