Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Oops. Swedish is KB_SV.
details: https://anonhg.NetBSD.org/src/rev/9503a58de66f
branches: trunk
changeset: 486114:9503a58de66f
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sat May 13 14:40:10 2000 +0000
description:
Oops. Swedish is KB_SV.
diffstat:
sys/arch/arm26/ioc/arckbdmap.c | 10 +++++-----
sys/dev/wscons/wsksymdef.h | 6 ++----
2 files changed, 7 insertions(+), 9 deletions(-)
diffs (65 lines):
diff -r 77345c79bef5 -r 9503a58de66f sys/arch/arm26/ioc/arckbdmap.c
--- a/sys/arch/arm26/ioc/arckbdmap.c Sat May 13 14:20:40 2000 +0000
+++ b/sys/arch/arm26/ioc/arckbdmap.c Sat May 13 14:40:10 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: arckbdmap.c,v 1.2 2000/05/13 12:17:50 bjh21 Exp $ */
+/* $NetBSD: arckbdmap.c,v 1.3 2000/05/13 14:40:11 bjh21 Exp $ */
/*-
* Copyright (c) 1998 Ben Harris
* All rights reserved.
@@ -32,7 +32,7 @@
#include <sys/types.h>
-__RCSID("$NetBSD: arckbdmap.c,v 1.2 2000/05/13 12:17:50 bjh21 Exp $");
+__RCSID("$NetBSD: arckbdmap.c,v 1.3 2000/05/13 14:40:11 bjh21 Exp $");
#include <sys/device.h>
#include <dev/wscons/wsksymdef.h>
@@ -216,8 +216,8 @@
static const struct wscons_keydesc arckbd_keydesctab[] = {
KBD_MAP(KB_UK, 0, arckbd_keydesc_uk),
KBD_MAP(KB_NO, KB_UK, arckbd_keydesc_no),
- KBD_MAP(KB_SE, KB_NO, arckbd_keydesc_se),
- KBD_MAP(KB_DE, KB_SE, arckbd_keydesc_de),
+ KBD_MAP(KB_SV, KB_NO, arckbd_keydesc_se),
+ KBD_MAP(KB_DE, KB_SV, arckbd_keydesc_de),
{0},
};
@@ -228,7 +228,7 @@
const struct arckbd_kbidtab arckbd_kbidtab[] = {
{ ARCKBD_KBID_UK, KB_UK },
{ ARCKBD_KBID_NO, KB_NO },
- { ARCKBD_KBID_SE, KB_SE },
+ { ARCKBD_KBID_SE, KB_SV },
{ ARCKBD_KBID_DE, KB_DE },
{ -1 },
};
diff -r 77345c79bef5 -r 9503a58de66f sys/dev/wscons/wsksymdef.h
--- a/sys/dev/wscons/wsksymdef.h Sat May 13 14:20:40 2000 +0000
+++ b/sys/dev/wscons/wsksymdef.h Sat May 13 14:40:10 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsksymdef.h,v 1.32 2000/05/13 12:16:35 bjh21 Exp $ */
+/* $NetBSD: wsksymdef.h,v 1.33 2000/05/13 14:40:10 bjh21 Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -470,7 +470,6 @@
#define KB_JP 0x0800
#define KB_SV 0x0900
#define KB_NO 0x0a00
-#define KB_SE 0x0b00
#define KB_NODEAD 0x0001
#define KB_DECLK 0x0002 /* DEC LKnnn layout */
@@ -490,8 +489,7 @@
{ KB_UK, "uk" }, \
{ KB_JP, "jp" }, \
{ KB_SV, "sv" }, \
- { KB_NO, "no" }, \
- { KB_SE, "se" }
+ { KB_NO, "no" }
#define KB_VARTAB \
{ KB_NODEAD, "nodead" }, \
Home |
Main Index |
Thread Index |
Old Index