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

Adrian Chadd adrian at FreeBSD.org
Fri Jun 14 08:13:21 UTC 2013


Author: adrian
Date: Fri Jun 14 08:13:21 2013
New Revision: 251740
URL: http://svnweb.freebsd.org/changeset/base/251740

Log:
  Flip on AH_PRIVATE_DIAG by default; this will include the AR9300 EEPROM
  dump code that is worth having around.

Modified:
  head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h

Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h
==============================================================================
--- head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h	Fri Jun 14 08:12:54 2013	(r251739)
+++ head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h	Fri Jun 14 08:13:21 2013	(r251740)
@@ -34,6 +34,7 @@
 #define ATH_SUPPORT_WIFIPOS     0
 #define ATH_SUPPORT_PAPRD       1
 #define ATH_SUPPORT_TxBF        0
+#define AH_PRIVATE_DIAG         1
 
 /* XXX need to reverify these; they came in with qcamain */
 #define ATH_SUPPORT_FAST_CC 0


More information about the svn-src-head mailing list