Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst/arch/hpcarm Add WZERO3 kernel to MD ke...
details: https://anonhg.NetBSD.org/src/rev/d651b9fbd5fc
branches: trunk
changeset: 754732:d651b9fbd5fc
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon May 10 16:33:45 2010 +0000
description:
Add WZERO3 kernel to MD kernel set menu for
possible newer users of these smartphones:
http://www.willcom-inc.com/ja/lineup/ws/004sh/
http://www.willcom-inc.com/ja/lineup/ws/007sh/
http://www.willcom-inc.com/ja/lineup/ws/011sh/
etc.
XXX: sysinst/util.c:init_set_status() calls md_init_set_status()
XXX: to allow MD hook choose the right kernel, but it can do nothing
XXX: because set_status[] was changed to static. Is it okay to export it?
diffstat:
distrib/utils/sysinst/arch/hpcarm/md.h | 3 ++-
distrib/utils/sysinst/arch/hpcarm/msg.md.de | 4 +++-
distrib/utils/sysinst/arch/hpcarm/msg.md.en | 4 +++-
distrib/utils/sysinst/arch/hpcarm/msg.md.es | 4 +++-
distrib/utils/sysinst/arch/hpcarm/msg.md.fr | 4 +++-
distrib/utils/sysinst/arch/hpcarm/msg.md.pl | 4 +++-
6 files changed, 17 insertions(+), 6 deletions(-)
diffs (95 lines):
diff -r 77580f0c2d32 -r d651b9fbd5fc distrib/utils/sysinst/arch/hpcarm/md.h
--- a/distrib/utils/sysinst/arch/hpcarm/md.h Mon May 10 15:54:21 2010 +0000
+++ b/distrib/utils/sysinst/arch/hpcarm/md.h Mon May 10 16:33:45 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.h,v 1.4 2007/11/12 15:07:35 jmmv Exp $ */
+/* $NetBSD: md.h,v 1.5 2010/05/10 16:33:45 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -61,6 +61,7 @@
*/
#define SET_KERNEL_1_NAME "kern-IPAQ"
#define SET_KERNEL_2_NAME "kern-JORNADA720"
+#define SET_KERNEL_3_NAME "kern-WZERO3"
/*
diff -r 77580f0c2d32 -r d651b9fbd5fc distrib/utils/sysinst/arch/hpcarm/msg.md.de
--- a/distrib/utils/sysinst/arch/hpcarm/msg.md.de Mon May 10 15:54:21 2010 +0000
+++ b/distrib/utils/sysinst/arch/hpcarm/msg.md.de Mon May 10 16:33:45 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: msg.md.de,v 1.3 2010/05/02 14:00:44 tsutsui Exp $ */
+/* $NetBSD: msg.md.de,v 1.4 2010/05/10 16:33:45 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -52,4 +52,6 @@
{Kernel (IPAQ)}
message set_kernel_2
{Kernel (JORNADA720)}
+message set_kernel_3
+{Kernel (WZERO3)}
diff -r 77580f0c2d32 -r d651b9fbd5fc distrib/utils/sysinst/arch/hpcarm/msg.md.en
--- a/distrib/utils/sysinst/arch/hpcarm/msg.md.en Mon May 10 15:54:21 2010 +0000
+++ b/distrib/utils/sysinst/arch/hpcarm/msg.md.en Mon May 10 16:33:45 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: msg.md.en,v 1.5 2010/05/02 16:35:09 tsutsui Exp $ */
+/* $NetBSD: msg.md.en,v 1.6 2010/05/10 16:33:45 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -51,4 +51,6 @@
{Kernel (IPAQ)}
message set_kernel_2
{Kernel (JORNADA720)}
+message set_kernel_3
+{Kernel (WZERO3)}
diff -r 77580f0c2d32 -r d651b9fbd5fc distrib/utils/sysinst/arch/hpcarm/msg.md.es
--- a/distrib/utils/sysinst/arch/hpcarm/msg.md.es Mon May 10 15:54:21 2010 +0000
+++ b/distrib/utils/sysinst/arch/hpcarm/msg.md.es Mon May 10 16:33:45 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: msg.md.es,v 1.4 2010/05/02 14:00:44 tsutsui Exp $ */
+/* $NetBSD: msg.md.es,v 1.5 2010/05/10 16:33:45 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -51,4 +51,6 @@
{Núcleo (IPAQ)}
message set_kernel_2
{Núcleo (JORNADA720)}
+message set_kernel_3
+{Núcleo (WZERO3)}
diff -r 77580f0c2d32 -r d651b9fbd5fc distrib/utils/sysinst/arch/hpcarm/msg.md.fr
--- a/distrib/utils/sysinst/arch/hpcarm/msg.md.fr Mon May 10 15:54:21 2010 +0000
+++ b/distrib/utils/sysinst/arch/hpcarm/msg.md.fr Mon May 10 16:33:45 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: msg.md.fr,v 1.5 2010/05/02 14:00:44 tsutsui Exp $ */
+/* $NetBSD: msg.md.fr,v 1.6 2010/05/10 16:33:45 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -51,3 +51,5 @@
{Kernel (IPAQ)}
message set_kernel_2
{Kernel (JORNADA720)}
+message set_kernel_3
+{Kernel (WZERO3)}
diff -r 77580f0c2d32 -r d651b9fbd5fc distrib/utils/sysinst/arch/hpcarm/msg.md.pl
--- a/distrib/utils/sysinst/arch/hpcarm/msg.md.pl Mon May 10 15:54:21 2010 +0000
+++ b/distrib/utils/sysinst/arch/hpcarm/msg.md.pl Mon May 10 16:33:45 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: msg.md.pl,v 1.3 2010/05/02 14:00:44 tsutsui Exp $ */
+/* $NetBSD: msg.md.pl,v 1.4 2010/05/10 16:33:45 tsutsui Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -51,3 +51,5 @@
{Kernel (IPAQ)}
message set_kernel_2
{Kernel (JORNADA720)}
+message set_kernel_3
+{Kernel (WZERO3)}
Home |
Main Index |
Thread Index |
Old Index