Module Name: src
Committed By: skrll
Date: Sun Jun 19 06:47:04 UTC 2016
Modified Files:
src/sys/dev/ic: sl811hs.c
Log Message:
More debug and fix a debug
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/dev/ic/sl811hs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/sl811hs.c
diff -u src/sys/dev/ic/sl811hs.c:1.80 src/sys/dev/ic/sl811hs.c:1.81
--- src/sys/dev/ic/sl811hs.c:1.80 Sat Jun 18 20:27:55 2016
+++ src/sys/dev/ic/sl811hs.c Sun Jun 19 06:47:04 2016
@@ -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 @@ slhci_waitintr(struct slhci_softc *sc, i
return);
slhci_dointr(sc);
}
+ DLOG(D_WAIT, "... done", 0, 0, 0, 0);
}
static int
@@ -2403,7 +2404,7 @@ slhci_callback(struct slhci_softc *sc)
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: