Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2012 00:17:40 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239629 - head/sys/dev/ath/ath_hal
Message-ID:  <201208240017.q7O0HeHF022514@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Fri Aug 24 00:17:39 2012
New Revision: 239629
URL: http://svn.freebsd.org/changeset/base/239629

Log:
  Add some more diagnostic codes.
  
  Obtained from:	Qualcomm Atheros

Modified:
  head/sys/dev/ath/ath_hal/ah_diagcodes.h

Modified: head/sys/dev/ath/ath_hal/ah_diagcodes.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah_diagcodes.h	Fri Aug 24 00:15:26 2012	(r239628)
+++ head/sys/dev/ath/ath_hal/ah_diagcodes.h	Fri Aug 24 00:17:39 2012	(r239629)
@@ -63,6 +63,10 @@ enum {
 	HAL_DIAG_CHECK_HANGS	= 32,	/* check h/w hangs */
 	HAL_DIAG_SETREGS	= 33,	/* write registers */
 	HAL_DIAG_CHANSURVEY	= 34,	/* channel survey */
+	HAL_DIAG_PRINT_REG	= 35,
+	HAL_DIAG_PRINT_REG_ALL	= 36,
+	HAL_DIAG_CHANNELS	= 37,
+	HAL_DIAG_PRINT_REG_COUNTER	= 38,
 };
 
 #endif /* _ATH_AH_DIAGCODES_H_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208240017.q7O0HeHF022514>