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/25ea7aba0c9c
branches:  trunk
changeset: 345184:25ea7aba0c9c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed May 11 21:27:09 2016 +0000

description:
More debug

diffstat:

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

diffs (28 lines):

diff -r ed104b9d8e29 -r 25ea7aba0c9c sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c      Wed May 11 21:05:12 2016 +0000
+++ b/sys/dev/ic/sl811hs.c      Wed May 11 21:27:09 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sl811hs.c,v 1.64 2016/05/11 21:05:12 skrll Exp $       */
+/*     $NetBSD: sl811hs.c,v 1.65 2016/05/11 21:27:09 skrll Exp $       */
 
 /*
  * Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.64 2016/05/11 21:05:12 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.65 2016/05/11 21:27:09 skrll Exp $");
 
 #include "opt_slhci.h"
 
@@ -1725,6 +1725,9 @@
 
        KASSERT(mutex_owned(&sc->sc_intr_lock));
 
+       DLOG(D_INTR, "Flags %#x sc_eir #%x ISR=#%x", t->flags, sc->sc_ier,
+           slhci_read(sc, SL11_ISR), 0);
+
        if (sc->sc_ier == 0)
                return 0;
 



Home | Main Index | Thread Index | Old Index