Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic More debug and fix a debug



details:   https://anonhg.NetBSD.org/src/rev/db88e7c6849c
branches:  trunk
changeset: 345981:db88e7c6849c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Jun 19 06:47:04 2016 +0000

description:
More debug and fix a debug

diffstat:

 sys/dev/ic/sl811hs.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 3eef7b04abe3 -r db88e7c6849c sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c      Sat Jun 18 21:45:05 2016 +0000
+++ b/sys/dev/ic/sl811hs.c      Sun Jun 19 06:47:04 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sl811hs.c,v 1.80 2016/06/18 20:27:55 skrll Exp $       */
+/*     $NetBSD: sl811hs.c,v 1.81 2016/06/19 06:47:04 skrll Exp $       */
 
 /*
  * Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.80 2016/06/18 20:27:55 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.81 2016/06/19 06:47:04 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_slhci.h"
@@ -1745,6 +1745,7 @@
                    return);
                slhci_dointr(sc);
        }
+       DLOG(D_WAIT, "... done", 0, 0, 0, 0);
 }
 
 static int
@@ -2403,7 +2404,7 @@
                xfer = spipe->xfer;
                LK_SLASSERT(xfer != NULL, sc, spipe, NULL, return);
                spipe->xfer = NULL;
-               DLOG(D_XFER, "xfer callback length %d actlen %d spipe %d "
+               DLOG(D_XFER, "xfer callback length %d actlen %d spipe %p "
                    "type %d", xfer->ux_length, xfer->ux_actlen, spipe,
                    spipe->ptype);
 do_callback:



Home | Main Index | Thread Index | Old Index