diff options
author | adrian <adrian@FreeBSD.org> | 2012-04-08 04:42:53 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-04-08 04:42:53 +0000 |
commit | ba0f3fb560cc3c6f37441370a2a2eef98e7a0f3d (patch) | |
tree | c74682faf03f5900cdbe9b1b954d16149a113a70 | |
parent | bc587058f9edfe90b3b0c442ec3d468ea7af2888 (diff) | |
download | FreeBSD-src-ba0f3fb560cc3c6f37441370a2a2eef98e7a0f3d.zip FreeBSD-src-ba0f3fb560cc3c6f37441370a2a2eef98e7a0f3d.tar.gz |
Add AR_ISR_S5 and AR_ISR_S5_S.
-rw-r--r-- | tools/tools/ath/common/dumpregs_5416.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/tools/ath/common/dumpregs_5416.c b/tools/tools/ath/common/dumpregs_5416.c index 0bc66f3..d52c9ca 100644 --- a/tools/tools/ath/common/dumpregs_5416.c +++ b/tools/tools/ath/common/dumpregs_5416.c @@ -76,6 +76,7 @@ static struct dumpreg ar5416regs[] = { "\30CABTO\31DTIM"), DEFINT(AR_ISR_S3, "ISR_S3"), DEFINT(AR_ISR_S4, "ISR_S4"), + DEFINT(AR_ISR_S5, "ISR_S5"), DEFINTfmt(AR_IMR, "IMR", "\20\1RXOK\2RXDESC\3RXERR\4RXNOPKT\5RXEOL\6RXORN\7TXOK\10TXDESC" "\11TXERR\12TXNOPKT\13TXEOL\14TXURN\15MIB\16SWI\17RXPHY\20RXKCM" @@ -95,6 +96,7 @@ static struct dumpreg ar5416regs[] = { DEFINT(AR_ISR_S2_S, "ISR_S2_S"), DEFINT(AR_ISR_S3_S, "ISR_S3_S"), DEFINT(AR_ISR_S4_S, "ISR_S4_S"), + DEFINT(AR_ISR_S5_S, "ISR_S5_S"), DEFBASIC(AR_DMADBG_0, "DMADBG0"), DEFBASIC(AR_DMADBG_1, "DMADBG1"), |