Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2017 09:20:20 +0000 (UTC)
From:      Wojciech Macek <wma@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319115 - head/sys/arm/conf
Message-ID:  <201705290920.v4T9KK34001835@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@semihalf.com>
                  Dominik Ermel <der@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



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