Post interrupts in the ath alq trace.
This commit is contained in:
parent
158cb431db
commit
a26f33276f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247026
@ -1588,6 +1588,10 @@ ath_intr(void *arg)
|
||||
ath_hal_getisr(ah, &status); /* NB: clears ISR too */
|
||||
DPRINTF(sc, ATH_DEBUG_INTR, "%s: status 0x%x\n", __func__, status);
|
||||
ATH_KTR(sc, ATH_KTR_INTERRUPTS, 1, "ath_intr: mask=0x%.8x", status);
|
||||
#ifdef ATH_DEBUG_ALQ
|
||||
if_ath_alq_post_intr(&sc->sc_alq, status, ah->ah_intrstate,
|
||||
ah->ah_syncstate);
|
||||
#endif /* ATH_DEBUG_ALQ */
|
||||
#ifdef ATH_KTR_INTR_DEBUG
|
||||
ATH_KTR(sc, ATH_KTR_INTERRUPTS, 5,
|
||||
"ath_intr: ISR=0x%.8x, ISR_S0=0x%.8x, ISR_S1=0x%.8x, ISR_S2=0x%.8x, ISR_S5=0x%.8x",
|
||||
|
Loading…
Reference in New Issue
Block a user