summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-04-03 18:14:02 +0000
committersam <sam@FreeBSD.org>2006-04-03 18:14:02 +0000
commit96f86dcf07f1e18d1fb327f07585a7ab1fbbd72a (patch)
tree7ba207162d04e114667109b8469c335150bcbaf4 /sys/conf/options
parent64ac08d05f78279d8ee25ce34c5221835e671fce (diff)
downloadFreeBSD-src-96f86dcf07f1e18d1fb327f07585a7ab1fbbd72a.zip
FreeBSD-src-96f86dcf07f1e18d1fb327f07585a7ab1fbbd72a.tar.gz
o add opt_ath.h enable tweaking various config parameters for the driver
without modifying the source code o default debug msgs and diag support to off MFC after: 3 days
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 3ed1ea6..5d4347c 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -688,6 +688,13 @@ KBD_MAXWAIT opt_kbd.h
KBD_RESETDELAY opt_kbd.h
KBDIO_DEBUG opt_kbd.h
+# options for the Atheros driver
+ATH_DEBUG opt_ath.h
+ATH_TXBUF opt_ath.h
+ATH_RXBUF opt_ath.h
+ATH_DIAGAPI opt_ath.h
+ATH_TX99_DIAG opt_ath.h
+
# options for the Atheros HAL (only useful with source code)
AH_SUPPORT_AR5210 opt_ah.h
AH_SUPPORT_AR5211 opt_ah.h
@@ -695,6 +702,7 @@ AH_SUPPORT_AR5212 opt_ah.h
AH_SUPPORT_5111 opt_ah.h
AH_SUPPORT_5112 opt_ah.h
AH_SUPPORT_2413 opt_ah.h
+AH_SUPPORT_5413 opt_ah.h
AH_DEBUG opt_ah.h
AH_DEBUG_ALQ opt_ah.h
AH_ASSERT opt_ah.h
OpenPOWER on IntegriCloud