diff options
author | adrian <adrian@FreeBSD.org> | 2011-05-02 05:39:43 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2011-05-02 05:39:43 +0000 |
commit | 995d238fce552c6a4499e9e39f26718e2f795598 (patch) | |
tree | 43dc10b24016aa56cda43da3d7bab2f3db620ddd /sys/conf/options | |
parent | b4774e3dc9a62a1b4c11ff0c309fcedcb3b1ce27 (diff) | |
download | FreeBSD-src-995d238fce552c6a4499e9e39f26718e2f795598.zip FreeBSD-src-995d238fce552c6a4499e9e39f26718e2f795598.tar.gz |
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.
Diffstat (limited to 'sys/conf/options')
-rw-r--r-- | sys/conf/options | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index 25f171a..4ddb9fa 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -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) |