svn commit: r243189 - head/sys/arm/conf

Adrian Chadd adrian at FreeBSD.org
Sat Nov 17 21:55:49 UTC 2012


Author: adrian
Date: Sat Nov 17 21:55:49 2012
New Revision: 243189
URL: http://svnweb.freebsd.org/changeset/base/243189

Log:
  Just compile the whole ath chipset support in.

Modified:
  head/sys/arm/conf/CAMBRIA

Modified: head/sys/arm/conf/CAMBRIA
==============================================================================
--- head/sys/arm/conf/CAMBRIA	Sat Nov 17 21:44:02 2012	(r243188)
+++ head/sys/arm/conf/CAMBRIA	Sat Nov 17 21:55:49 2012	(r243189)
@@ -126,26 +126,15 @@ device		ath		# Atheros NICs
 device		ath_pci		# Atheros pci/cardbus glue
 options 	ATH_DEBUG
 options 	ATH_DIAGAPI
+options		ATH_ENABLE_DFS
+options		ATH_ENABLE_11N
 #options 	ATH_TX99_DIAG
 device		ath_rate_sample	# SampleRate tx rate control for ath
 
-#options 	AH_DEBUG
-#options 	AH_ASSERT
+options 	AH_DEBUG
 options 	AH_PRIVATE_DIAG
-#device		ath_ar5210
-#device		ath_ar5211
-#
-device		ath_ar5212
-#device		ath_rf2413
-#device		ath_rf2425		# NB:supports 2417 too
-#device		ath_rf5111
-device		ath_rf5112
-device		ath_rf5413
-#
-#device		ath_ar5416
 options 	AH_SUPPORT_AR5416	# NB: for 11n descriptor format
-#device		ath_ar9160
-#device		ath_ar9280
+device		ath_hal
 
 # NB: 2 USB 2.0 ports standard
 device		usb


More information about the svn-src-all mailing list