Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcsh/dev/hd64461 debug printf change.



details:   https://anonhg.NetBSD.org/src/rev/0529a4f7bb73
branches:  trunk
changeset: 514949:0529a4f7bb73
user:      uch <uch%NetBSD.org@localhost>
date:      Fri Sep 14 17:12:43 2001 +0000

description:
debug printf change.

diffstat:

 sys/arch/hpcsh/dev/hd64461/hd64461uart.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5c4da341ccc2 -r 0529a4f7bb73 sys/arch/hpcsh/dev/hd64461/hd64461uart.c
--- a/sys/arch/hpcsh/dev/hd64461/hd64461uart.c  Fri Sep 14 17:11:51 2001 +0000
+++ b/sys/arch/hpcsh/dev/hd64461/hd64461uart.c  Fri Sep 14 17:12:43 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hd64461uart.c,v 1.3 2001/07/13 16:21:39 uch Exp $      */
+/*     $NetBSD: hd64461uart.c,v 1.4 2001/09/14 17:12:43 uch Exp $      */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -215,6 +215,7 @@
 {
        const char name[] = __FUNCTION__;
 
+       printf("\n");
        dbg_banner_start(name, sizeof name);
        dbg_banner_end();
 }



Home | Main Index | Thread Index | Old Index