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

Wojciech Macek wma at FreeBSD.org
Mon May 29 09:20:22 UTC 2017


Author: wma
Date: Mon May 29 09:20:20 2017
New Revision: 319115
URL: https://svnweb.freebsd.org/changeset/base/319115

Log:
  Enable wireless Atheros cards in ARMADA38X
  
  Submitted by:   Bartosz Szczepanek <bsz at semihalf.com>
                  Dominik Ermel <der at semihalf.com>
  Obtained from:  Semihalf
  Sponsored by:   Stormshield
  Differential revision: https://reviews.freebsd.org/D10904

Modified:
  head/sys/arm/conf/ARMADA38X

Modified: head/sys/arm/conf/ARMADA38X
==============================================================================
--- head/sys/arm/conf/ARMADA38X	Mon May 29 09:08:02 2017	(r319114)
+++ head/sys/arm/conf/ARMADA38X	Mon May 29 09:20:20 2017	(r319115)
@@ -76,6 +76,14 @@ device		iic
 device		iicbus
 device		twsi
 
+# Wireless NIC cards
+device		wlan		# 802.11 support
+device		ath		# Atheros NIC's
+device		ath_pci		# Atheros pci/cardbus glue
+device		ath_hal
+device		ath_rate_sample
+options		ATH_ENABLE_11N
+
 # CESA
 device		cesa
 device		crypto


More information about the svn-src-head mailing list