Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint Change to use "kurot4" product name for T...



details:   https://anonhg.NetBSD.org/src/rev/3d461bb17b04
branches:  trunk
changeset: 778707:3d461bb17b04
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Mon Apr 09 13:26:37 2012 +0000

description:
Change to use "kurot4" product name for Terastation TGL and
KuroBox/T4.

diffstat:

 sys/arch/sandpoint/sandpoint/satmgr.c       |  4 ++--
 sys/arch/sandpoint/stand/altboot/brdsetup.c |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 22a3d2f11bd9 -r 3d461bb17b04 sys/arch/sandpoint/sandpoint/satmgr.c
--- a/sys/arch/sandpoint/sandpoint/satmgr.c     Mon Apr 09 12:40:55 2012 +0000
+++ b/sys/arch/sandpoint/sandpoint/satmgr.c     Mon Apr 09 13:26:37 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: satmgr.c,v 1.17 2012/04/08 12:11:57 nisimura Exp $ */
+/* $NetBSD: satmgr.c,v 1.18 2012/04/09 13:26:37 nisimura Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -155,7 +155,7 @@
     { "dlink",    NULL,  NULL,    dpwroff, dbutton },
     { "iomega",   iinit, ireboot, ipwroff, ibutton },
     { "kurobox",  NULL,  kreboot, kpwroff, kbutton },
-    { "miconv2",  NULL,  NULL,    NULL,    mbutton },
+    { "kurot4",   NULL,  NULL,    NULL,    mbutton },
     { "qnap",     qinit, qreboot, qpwroff, qbutton },
     { "synology", sinit, sreboot, spwroff, sbutton }
 };
diff -r 22a3d2f11bd9 -r 3d461bb17b04 sys/arch/sandpoint/stand/altboot/brdsetup.c
--- a/sys/arch/sandpoint/stand/altboot/brdsetup.c       Mon Apr 09 12:40:55 2012 +0000
+++ b/sys/arch/sandpoint/stand/altboot/brdsetup.c       Mon Apr 09 13:26:37 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: brdsetup.c,v 1.28 2012/04/08 10:38:34 nisimura Exp $ */
+/* $NetBSD: brdsetup.c,v 1.29 2012/04/09 13:26:37 nisimura Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -171,7 +171,7 @@
        "eumb", 0x4500, 9600,
        NULL, nhnasbrdfix, NULL, nhnasreset },
     {
-       "miconv2",
+       "kurot4",
        "KuroBox/T4",
        BRD_KUROBOXT4,
        0,



Home | Main Index | Thread Index | Old Index