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 missing new line to zs_attach_fhc()
details: https://anonhg.NetBSD.org/src/rev/10a7486c173e
branches: trunk
changeset: 768233:10a7486c173e
user: jdc <jdc%NetBSD.org@localhost>
date: Fri Aug 12 08:22:39 2011 +0000
description:
Add missing new line to zs_attach_fhc()
diffstat:
sys/arch/sparc64/dev/zs.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 189cbd31846e -r 10a7486c173e sys/arch/sparc64/dev/zs.c
--- a/sys/arch/sparc64/dev/zs.c Fri Aug 12 08:16:17 2011 +0000
+++ b/sys/arch/sparc64/dev/zs.c Fri Aug 12 08:22:39 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: zs.c,v 1.71 2011/07/29 08:37:36 mrg Exp $ */
+/* $NetBSD: zs.c,v 1.72 2011/08/12 08:22:39 jdc Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.71 2011/07/29 08:37:36 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zs.c,v 1.72 2011/08/12 08:22:39 jdc Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -318,6 +318,7 @@
zsc->zsc_dmatag = NULL;
zsc->zsc_promunit = prom_getpropint(fa->fa_node, "slave", -2);
zsc->zsc_node = fa->fa_node;
+ printf("\n");
zs_attach(zsc, zsaddr[zs_unit], fa->fa_intr[0]);
}
Home |
Main Index |
Thread Index |
Old Index