Module Name:    src
Committed By:   skrll
Date:           Wed May 11 21:27:09 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.64 -r1.65 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.64 src/sys/dev/ic/sl811hs.c:1.65
--- src/sys/dev/ic/sl811hs.c:1.64	Wed May 11 21:05:12 2016
+++ src/sys/dev/ic/sl811hs.c	Wed May 11 21:27:09 2016
@@ -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 @@ slhci_dointr(struct slhci_softc *sc)
 
 	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;
 

Reply via email to