Module Name:    src
Committed By:   skrll
Date:           Thu Apr 15 14:33:22 UTC 2010

Modified Files:
        src/sys/arch/hp700/hp700: mainbus.c

Log Message:
printf -> aprint_normal


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/hp700/hp700/mainbus.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/hp700/hp700/mainbus.c
diff -u src/sys/arch/hp700/hp700/mainbus.c:1.64 src/sys/arch/hp700/hp700/mainbus.c:1.65
--- src/sys/arch/hp700/hp700/mainbus.c:1.64	Fri Apr  2 15:24:18 2010
+++ src/sys/arch/hp700/hp700/mainbus.c	Thu Apr 15 14:33:22 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: mainbus.c,v 1.64 2010/04/02 15:24:18 skrll Exp $	*/
+/*	$NetBSD: mainbus.c,v 1.65 2010/04/15 14:33:22 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.64 2010/04/02 15:24:18 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.65 2010/04/15 14:33:22 skrll Exp $");
 
 #include "locators.h"
 #include "power.h"
@@ -1594,7 +1594,7 @@
 		aprint_normal(" hpa 0x%lx path ", ca->ca_hpa);
 		for (n = 0 ; n < 6 ; n++) {
 			if ( ca->ca_dp.dp_bc[n] >= 0)
-				printf( "%d/", ca->ca_dp.dp_bc[n]);
+				aprint_normal( "%d/", ca->ca_dp.dp_bc[n]);
 		}
 		aprint_normal( "%d", ca->ca_dp.dp_mod);
 		if (!pnp && ca->ca_irq >= 0) {

Reply via email to