Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/dev Delete debugging printf().



details:   https://anonhg.NetBSD.org/src/rev/5f4c10fdd3e4
branches:  trunk
changeset: 483942:5f4c10fdd3e4
user:      pk <pk%NetBSD.org@localhost>
date:      Tue Mar 21 11:24:02 2000 +0000

description:
Delete debugging printf().

diffstat:

 sys/arch/sparc/dev/zs.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 022ca1be66d2 -r 5f4c10fdd3e4 sys/arch/sparc/dev/zs.c
--- a/sys/arch/sparc/dev/zs.c   Tue Mar 21 11:23:31 2000 +0000
+++ b/sys/arch/sparc/dev/zs.c   Tue Mar 21 11:24:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: zs.c,v 1.77 2000/03/19 14:58:02 pk Exp $       */
+/*     $NetBSD: zs.c,v 1.78 2000/03/21 11:24:02 pk Exp $       */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -946,7 +946,6 @@
                break;
        }
 
-prom_printf("zs_console flags: %x\n", flags);
        return (flags);
 }
 



Home | Main Index | Thread Index | Old Index