Module Name: src
Committed By: skrll
Date: Thu Mar 5 08:09:44 UTC 2015
Modified Files:
src/sys/arch/evbarm/ixdp425: ixdp425_machdep.c
src/sys/arch/evbarm/nslu2: nslu2_machdep.c
Log Message:
Spellos
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbarm/nslu2/nslu2_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c
diff -u src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c:1.35 src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c:1.36
--- src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c:1.35 Sat Sep 13 18:08:39 2014
+++ src/sys/arch/evbarm/ixdp425/ixdp425_machdep.c Thu Mar 5 08:09:44 2015
@@ -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 <[email protected]>.
@@ -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 @@ initarm(void *arg)
#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
Index: src/sys/arch/evbarm/nslu2/nslu2_machdep.c
diff -u src/sys/arch/evbarm/nslu2/nslu2_machdep.c:1.25 src/sys/arch/evbarm/nslu2/nslu2_machdep.c:1.26
--- src/sys/arch/evbarm/nslu2/nslu2_machdep.c:1.25 Sat Sep 13 18:08:39 2014
+++ src/sys/arch/evbarm/nslu2/nslu2_machdep.c Thu Mar 5 08:09:44 2015
@@ -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 @@ initarm(void *arg)
#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