summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-08-24 00:17:39 +0000
committeradrian <adrian@FreeBSD.org>2012-08-24 00:17:39 +0000
commit4709a31eb6a346214fc414c36d8156d282302220 (patch)
tree13d2f50f3b835c4edb56657da2f73040c1472b68
parent47e7db574a6f03a553770aebdc602606d787474e (diff)
downloadFreeBSD-src-4709a31eb6a346214fc414c36d8156d282302220.zip
FreeBSD-src-4709a31eb6a346214fc414c36d8156d282302220.tar.gz
Add some more diagnostic codes.
Obtained from: Qualcomm Atheros
-rw-r--r--sys/dev/ath/ath_hal/ah_diagcodes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ah_diagcodes.h b/sys/dev/ath/ath_hal/ah_diagcodes.h
index 1e29b2c..df23242 100644
--- a/sys/dev/ath/ath_hal/ah_diagcodes.h
+++ b/sys/dev/ath/ath_hal/ah_diagcodes.h
@@ -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_ */
OpenPOWER on IntegriCloud