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



details:   https://anonhg.NetBSD.org/src/rev/c1851d977863
branches:  trunk
changeset: 815324:c1851d977863
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed May 11 21:03:01 2016 +0000

description:
More debug

diffstat:

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

diffs (26 lines):

diff -r 4b6a38af6fed -r c1851d977863 sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c      Wed May 11 21:02:10 2016 +0000
+++ b/sys/dev/ic/sl811hs.c      Wed May 11 21:03:01 2016 +0000
@@ -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 @@
 static void
 slhci_callback_schedule(struct slhci_softc *sc)
 {
+       SLHCIHIST_FUNC(); SLHCIHIST_CALLED();
        struct slhci_transfers *t;
 
        t = &sc->sc_transfers;



Home | Main Index | Thread Index | Old Index