svn commit: r225568 - user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416

Adrian Chadd adrian at FreeBSD.org
Thu Sep 15 06:41:43 UTC 2011


Author: adrian
Date: Thu Sep 15 06:41:43 2011
New Revision: 225568
URL: http://svn.freebsd.org/changeset/base/225568

Log:
  These aren't strictly RX_CLEAR hangs; but I'm adding them for now
  so I can see if they pop up.
  
  I'm seeing beacon hangs on Merlin when a second NIC is also busy
  doing traffic.

Modified:
  user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c

Modified: user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c
==============================================================================
--- user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c	Thu Sep 15 05:05:31 2011	(r225567)
+++ user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c	Thu Sep 15 06:41:43 2011	(r225568)
@@ -564,7 +564,9 @@ ar5416DetectBBHang(struct ath_hal *ah)
 		{ 0x1E000000, 0x7E000B00, HAL_BB_HANG_DFS },
 		{ 0x52000B00, 0x7E000B00, HAL_BB_HANG_RIFS },
 		{ 0x18000B00, 0x7E000B00, HAL_BB_HANG_RX_CLEAR },
-		{ 0x00702400, 0x7E7FFFEF, HAL_BB_HANG_RX_CLEAR }
+		{ 0x00702400, 0x7E7FFFEF, HAL_BB_HANG_RX_CLEAR },
+		{ 0x18002313, 0x7EF3FFFF, HAL_BB_HANG_RX_CLEAR },
+		{ 0x00902400, 0x5DF3FFEE, HAL_BB_HANG_RX_CLEAR },
 	};
 	uint32_t hang_sig;
 	int i;


More information about the svn-src-user mailing list