svn commit: r221312 - head/sys/conf

Adrian Chadd adrian at FreeBSD.org
Mon May 2 05:39:44 UTC 2011


Author: adrian
Date: Mon May  2 05:39:43 2011
New Revision: 221312
URL: http://svn.freebsd.org/changeset/base/221312

Log:
  Add documentation to sys/conf/options pointing out that AH_SUPPORT_AR9130
  shouldn't be enabled by default unless you're truely building for the
  AR913x platform.

Modified:
  head/sys/conf/options

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Mon May  2 01:01:03 2011	(r221311)
+++ head/sys/conf/options	Mon May  2 05:39:43 2011	(r221312)
@@ -775,6 +775,8 @@ ATH_ENABLE_11N		opt_ah.h
 
 # options for the Atheros hal
 AH_SUPPORT_AR5416	opt_ah.h
+# XXX For now, this breaks non-AR9130 chipsets, so only use it
+# XXX when actually targetting AR9130.
 AH_SUPPORT_AR9130	opt_ah.h
 
 AH_DEBUG		opt_ah.h
@@ -791,6 +793,7 @@ AH_MAXCHAN		opt_ah.h
 AH_RXCFG_SDMAMW_4BYTES	opt_ah.h
 
 # AR5416 and later interrupt mitigation
+# XXX do not use this for AR9130
 AH_AR5416_INTERRUPT_MITIGATION	opt_ah.h
 
 # options for the Broadcom BCM43xx driver (bwi)


More information about the svn-src-all mailing list