svn commit: r222987 - user/adrian/if_ath_tx/sys/modules/ath

Adrian Chadd adrian at FreeBSD.org
Sat Jun 11 13:19:59 UTC 2011


Author: adrian
Date: Sat Jun 11 13:19:58 2011
New Revision: 222987
URL: http://svn.freebsd.org/changeset/base/222987

Log:
  Default module values for testing.

Modified:
  user/adrian/if_ath_tx/sys/modules/ath/Makefile

Modified: user/adrian/if_ath_tx/sys/modules/ath/Makefile
==============================================================================
--- user/adrian/if_ath_tx/sys/modules/ath/Makefile	Sat Jun 11 13:15:20 2011	(r222986)
+++ user/adrian/if_ath_tx/sys/modules/ath/Makefile	Sat Jun 11 13:19:58 2011	(r222987)
@@ -142,5 +142,10 @@ CFLAGS+=  -I. -I${.CURDIR}/../../dev/ath
 
 opt_ah.h:
 	echo '#define AH_SUPPORT_AR5416 1' > $@
+	echo '#define AH_AR5416_INTERRUPT_MITIGATION 1' >> $@
+	echo '#define AH_DEBUG 1' >> $@
+	echo '#define ATH_DEBUG 1' >> $@
+	echo '#define ATH_DIAGAPI 1' >> $@
+	echo '#define ATH_ENABLE_11N 1' >> $@
 
 .include <bsd.kmod.mk>


More information about the svn-src-user mailing list