Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/isa Print space after colon.



details:   https://anonhg.NetBSD.org/src/rev/762ea5f72c85
branches:  trunk
changeset: 511017:762ea5f72c85
user:      enami <enami%NetBSD.org@localhost>
date:      Mon Jun 11 05:22:10 2001 +0000

description:
Print space after colon.

diffstat:

 sys/arch/hpcmips/isa/isa_machdep.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 37084a3b9152 -r 762ea5f72c85 sys/arch/hpcmips/isa/isa_machdep.c
--- a/sys/arch/hpcmips/isa/isa_machdep.c        Mon Jun 11 05:17:45 2001 +0000
+++ b/sys/arch/hpcmips/isa/isa_machdep.c        Mon Jun 11 05:22:10 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isa_machdep.c,v 1.14 2001/05/06 14:25:16 takemura Exp $        */
+/*     $NetBSD: isa_machdep.c,v 1.15 2001/06/11 05:22:10 enami Exp $   */
 
 /*
  * Copyright (c) 1999, by UCHIYAMA Yasushi
@@ -171,9 +171,9 @@
        /* Initialize ISA IRQ <-> GPIO mapping */
        for (i = 0; i < INTR_NIRQS; i++)
                sc->sc_intr_map[i] = -1;
-       printf (":ISA port %#x-%#x mem %#x-%#x\n",
-               iba.iba_iot->t_base, iba.iba_iot->t_base + iba.iba_iot->t_size,
-               iba.iba_memt->t_base, iba.iba_memt->t_base + iba.iba_memt->t_size);
+       printf(": ISA port %#x-%#x mem %#x-%#x\n",
+           iba.iba_iot->t_base, iba.iba_iot->t_base + iba.iba_iot->t_size,
+           iba.iba_memt->t_base, iba.iba_memt->t_base + iba.iba_memt->t_size);
        config_found(self, &iba, vrisabprint);
 #endif
 



Home | Main Index | Thread Index | Old Index