Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpc/stand/hpcboot/res Added "\SD-MMC Card\" entry f...



details:   https://anonhg.NetBSD.org/src/rev/9426fd40472c
branches:  trunk
changeset: 769973:9426fd40472c
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Wed Sep 28 14:19:13 2011 +0000

description:
Added "\SD-MMC Card\" entry for PSIONTEKLOGIX NETBOOK PRO.

diffstat:

 sys/arch/hpc/stand/hpcboot/res/hpcmenu.rc |  3 ++-
 sys/arch/hpc/stand/hpcboot/res/resource.h |  9 +++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 1ff6bc5b09c5 -r 9426fd40472c sys/arch/hpc/stand/hpcboot/res/hpcmenu.rc
--- a/sys/arch/hpc/stand/hpcboot/res/hpcmenu.rc Wed Sep 28 14:08:04 2011 +0000
+++ b/sys/arch/hpc/stand/hpcboot/res/hpcmenu.rc Wed Sep 28 14:19:13 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpcmenu.rc,v 1.19 2011/09/23 16:02:08 nonaka Exp $     */
+/*     $NetBSD: hpcmenu.rc,v 1.20 2011/09/28 14:19:13 nonaka Exp $     */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -53,6 +53,7 @@
        IDS_DIR_CARD_JP1                L"\\\xFF92\xFF93\xFF98 \xFF76\xFF70\xFF84\xFF9E1\\"
        IDS_DIR_CARD_JP2                L"\\\xFF92\xFF93\xFF98 \xFF76\xFF70\xFF84\xFF9E2\\"
        IDS_DIR_CARD_MMCARD             "\\Multimedia Card\\"
+       IDS_DIR_CARD_SDMMCARD           "\\SD-MMC Card\\"
        IDS_DIR_CARD_MINISD_JP          L"\\miniSD\xFF76\xFF70\xFF84\xFF9E\\"
        IDS_DIR_CARD_MICROSD_JP         L"\\microSD\x30AB\x30FC\x30C9\\"
        IDS_DIR_USER_DEFINED            "user defined"
diff -r 1ff6bc5b09c5 -r 9426fd40472c sys/arch/hpc/stand/hpcboot/res/resource.h
--- a/sys/arch/hpc/stand/hpcboot/res/resource.h Wed Sep 28 14:08:04 2011 +0000
+++ b/sys/arch/hpc/stand/hpcboot/res/resource.h Wed Sep 28 14:19:13 2011 +0000
@@ -1,4 +1,4 @@
-/* -*-C++-*-   $NetBSD: resource.h,v 1.11 2010/04/06 16:20:28 nonaka Exp $     */
+/* -*-C++-*-   $NetBSD: resource.h,v 1.12 2011/09/28 14:19:13 nonaka Exp $     */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -123,9 +123,10 @@
 #define        IDS_DIR_CARD_JP1                10020
 #define        IDS_DIR_CARD_JP2                10022
 #define        IDS_DIR_CARD_MMCARD             10024
-#define        IDS_DIR_CARD_MINISD_JP          10026
-#define        IDS_DIR_CARD_MICROSD_JP         10028
-#define        IDS_DIR_USER_DEFINED            10030
+#define        IDS_DIR_CARD_SDMMCARD           10026
+#define        IDS_DIR_CARD_MINISD_JP          10028
+#define        IDS_DIR_CARD_MICROSD_JP         10030
+#define        IDS_DIR_USER_DEFINED            10032
 
 
 #define        IDS_DIR_START                   IDS_DIR_FFS_ROOT1



Home | Main Index | Thread Index | Old Index