Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7-0]: src/sys/arch/sparc64/dev Pull up following revision(s) (req...
details: https://anonhg.NetBSD.org/src/rev/32f6768c65a5
branches: netbsd-7-0
changeset: 801098:32f6768c65a5
user: snj <snj%NetBSD.org@localhost>
date: Sat Dec 26 22:13:06 2015 +0000
description:
Pull up following revision(s) (requested by tsutsui in ticket #1050):
sys/arch/sparc64/dev/zs.c: revision 1.75
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 9ec75230a6e6 -r 32f6768c65a5 sys/arch/sparc64/dev/zs.c
--- a/sys/arch/sparc64/dev/zs.c Sat Dec 26 21:54:23 2015 +0000
+++ b/sys/arch/sparc64/dev/zs.c Sat Dec 26 22:13:06 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.74.16.1 2015/12/26 22:13:06 snj 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.74.16.1 2015/12/26 22:13:06 snj 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