Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ieee1394 Remove some one-off debug printf's



details:   https://anonhg.NetBSD.org/src/rev/9f260b8609f7
branches:  trunk
changeset: 509300:9f260b8609f7
user:      jmc <jmc%NetBSD.org@localhost>
date:      Tue May 01 05:17:08 2001 +0000

description:
Remove some one-off debug printf's

diffstat:

 sys/dev/ieee1394/fwohci.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 395ae6270e50 -r 9f260b8609f7 sys/dev/ieee1394/fwohci.c
--- a/sys/dev/ieee1394/fwohci.c Tue May 01 05:16:44 2001 +0000
+++ b/sys/dev/ieee1394/fwohci.c Tue May 01 05:17:08 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fwohci.c,v 1.24 2001/05/01 04:48:11 jmc Exp $  */
+/*     $NetBSD: fwohci.c,v 1.25 2001/05/01 05:17:08 jmc Exp $  */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -3008,7 +3008,6 @@
             if (rv) 
                 return rv;
             sc->sc_tlabel = (sc->sc_tlabel + 1) & 0x3f;
-            printf("Calling at_output\n");
             fwohci_at_output(sc, sc->sc_ctx_atrq, &newpkt);
         } else {
                 
@@ -3158,7 +3157,6 @@
         break;
     case IEEE1394_TCODE_READ_REQ_BLOCK:
         ab->ab_retlen = (pkt->fp_hdr[3] >> 16) & 0xffff;
-        printf("csr: 0x%016qx retlen: %d\n", csr, ab->ab_retlen);
         if (ab->ab_data) {
             if ((csr + ab->ab_retlen) > (ab->ab_csr + ab->ab_length))
                 return IEEE1394_RCODE_ADDRESS_ERROR;



Home | Main Index | Thread Index | Old Index