Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 May 2011 05:39:43 +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: r221312 - head/sys/conf
Message-ID:  <201105020539.p425dh1k023581@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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