Module Name:    src
Committed By:   skrll
Date:           Wed May 11 21:03:01 UTC 2016

Modified Files:
        src/sys/dev/ic: sl811hs.c

Log Message:
More debug


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 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.62 src/sys/dev/ic/sl811hs.c:1.63
--- src/sys/dev/ic/sl811hs.c:1.62	Wed May 11 21:02:10 2016
+++ src/sys/dev/ic/sl811hs.c	Wed May 11 21:03:01 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: sl811hs.c,v 1.62 2016/05/11 21:02:10 skrll Exp $	*/
+/*	$NetBSD: sl811hs.c,v 1.63 2016/05/11 21:03:01 skrll Exp $	*/
 
 /*
  * Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.62 2016/05/11 21:02:10 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.63 2016/05/11 21:03:01 skrll Exp $");
 
 #include "opt_slhci.h"
 
@@ -2448,6 +2448,7 @@ slhci_xfer_timer(struct slhci_softc *sc,
 static void
 slhci_callback_schedule(struct slhci_softc *sc)
 {
+	SLHCIHIST_FUNC(); SLHCIHIST_CALLED();
 	struct slhci_transfers *t;
 
 	t = &sc->sc_transfers;

Reply via email to