Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/dev Add a missing newline in zs at sbus att...



details:   https://anonhg.NetBSD.org/src/rev/49d665d08bae
branches:  trunk
changeset: 341304:49d665d08bae
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Oct 30 16:21:46 2015 +0000

description:
Add a missing newline in zs at sbus attach message.

diffstat:

 sys/arch/sparc64/dev/zs.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 011061c70b38 -r 49d665d08bae sys/arch/sparc64/dev/zs.c
--- a/sys/arch/sparc64/dev/zs.c Fri Oct 30 12:19:08 2015 +0000
+++ b/sys/arch/sparc64/dev/zs.c Fri Oct 30 16:21:46 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: zs.c,v 1.74 2012/10/27 17:18:12 chs Exp $      */
+/*     $NetBSD: zs.c,v 1.75 2015/10/30 16:21:46 tsutsui Exp $  */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.74 2012/10/27 17:18:12 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.75 2015/10/30 16:21:46 tsutsui Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -259,6 +259,7 @@
        zsc->zsc_dmatag = sa->sa_dmatag;
        zsc->zsc_promunit = prom_getpropint(sa->sa_node, "slave", -2);
        zsc->zsc_node = sa->sa_node;
+       aprint_normal("\n");
        zs_attach(zsc, zsaddr[zs_unit], sa->sa_pri);
 }
 



Home | Main Index | Thread Index | Old Index