Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/hp700 printf -> aprint_normal



details:   https://anonhg.NetBSD.org/src/rev/a6ca38b0acde
branches:  trunk
changeset: 753995:a6ca38b0acde
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Apr 15 14:33:22 2010 +0000

description:
printf -> aprint_normal

diffstat:

 sys/arch/hp700/hp700/mainbus.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3ca27991d5b3 -r a6ca38b0acde sys/arch/hp700/hp700/mainbus.c
--- a/sys/arch/hp700/hp700/mainbus.c    Thu Apr 15 13:13:57 2010 +0000
+++ b/sys/arch/hp700/hp700/mainbus.c    Thu Apr 15 14:33:22 2010 +0000
@@ -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) {



Home | Main Index | Thread Index | Old Index