svn commit: r301091 - head/sys/contrib/dev/ath/ath_hal/ar9300

Adrian Chadd adrian at FreeBSD.org
Wed Jun 1 03:17:38 UTC 2016


Author: adrian
Date: Wed Jun  1 03:17:36 2016
New Revision: 301091
URL: https://svnweb.freebsd.org/changeset/base/301091

Log:
  [ath_hal] add extra debugging for MCI interrupts.

Modified:
  head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_interrupts.c

Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_interrupts.c
==============================================================================
--- head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_interrupts.c	Wed Jun  1 02:30:06 2016	(r301090)
+++ head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_interrupts.c	Wed Jun  1 03:17:36 2016	(r301091)
@@ -389,6 +389,8 @@ ar9300_get_pending_interrupts(
                 if (int_rx_msg & AR_MCI_INTERRUPT_RX_MSG_CONT_INFO) {
                     ahp->ah_mci_cont_status = 
                                     OS_REG_READ(ah, AR_MCI_CONT_STATUS);
+                    HALDEBUG(ah, HAL_DEBUG_BT_COEX,
+                        "(MCI) cont_status=0x%08x\n", ahp->ah_mci_cont_status);
                 }
                 OS_REG_WRITE(ah, AR_MCI_INTERRUPT_RX_MSG_RAW, 
                     int_rx_msg);


More information about the svn-src-all mailing list