Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm Spellos



details:   https://anonhg.NetBSD.org/src/rev/04aa8151189e
branches:  trunk
changeset: 336537:04aa8151189e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Mar 05 08:09:44 2015 +0000

description:
Spellos

diffstat:

 sys/arch/evbarm/ixdp425/ixdp425_machdep.c |  6 +++---
 sys/arch/evbarm/nslu2/nslu2_machdep.c     |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r ac01d6b546b1 -r 04aa8151189e sys/arch/evbarm/ixdp425/ixdp425_machdep.c
--- a/sys/arch/evbarm/ixdp425/ixdp425_machdep.c Thu Mar 05 03:29:02 2015 +0000
+++ b/sys/arch/evbarm/ixdp425/ixdp425_machdep.c Thu Mar 05 08:09:44 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ixdp425_machdep.c,v 1.35 2014/09/13 18:08:39 matt Exp $ */
+/*     $NetBSD: ixdp425_machdep.c,v 1.36 2015/03/05 08:09:44 skrll Exp $ */
 /*
  * Copyright (c) 2003
  *     Ichiro FUKUHARA <ichiro%ichiro.org@localhost>.
@@ -64,7 +64,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixdp425_machdep.c,v 1.35 2014/09/13 18:08:39 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixdp425_machdep.c,v 1.36 2015/03/05 08:09:44 skrll Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -726,7 +726,7 @@
 #endif
        ixp425_intr_init();
 #ifdef VERBOSE_INIT_ARM
-       printf("\nAll initialize done!\nNow Starting NetBSD, Hear we go!\n");
+       printf("\nAll initialization done!\nNow Starting NetBSD, Here we go!\n");
 #endif
 
 #ifdef BOOTHOWTO
diff -r ac01d6b546b1 -r 04aa8151189e sys/arch/evbarm/nslu2/nslu2_machdep.c
--- a/sys/arch/evbarm/nslu2/nslu2_machdep.c     Thu Mar 05 03:29:02 2015 +0000
+++ b/sys/arch/evbarm/nslu2/nslu2_machdep.c     Thu Mar 05 08:09:44 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nslu2_machdep.c,v 1.25 2014/09/13 18:08:39 matt Exp $  */
+/*     $NetBSD: nslu2_machdep.c,v 1.26 2015/03/05 08:09:44 skrll Exp $ */
 
 /*-
  * Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -94,7 +94,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nslu2_machdep.c,v 1.25 2014/09/13 18:08:39 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nslu2_machdep.c,v 1.26 2015/03/05 08:09:44 skrll Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -794,7 +794,7 @@
 #endif
        ixp425_intr_init();
 #ifdef VERBOSE_INIT_ARM
-       printf("\nAll initialize done!\nNow Starting NetBSD, Hear we go!\n");
+       printf("\nAll initialization done!\nNow Starting NetBSD, Here we go!\n");
 #endif
 
 #ifdef BOOTHOWTO



Home | Main Index | Thread Index | Old Index