svn commit: r237109 - in head/sys: amd64/conf i386/conf

Adrian Chadd adrian at FreeBSD.org
Fri Jun 15 02:16:30 UTC 2012


Author: adrian
Date: Fri Jun 15 02:16:29 2012
New Revision: 237109
URL: http://svn.freebsd.org/changeset/base/237109

Log:
  Ok, ok. 802.11n can be on by default in GENERIC in -HEAD.
  
  God help me.

Modified:
  head/sys/amd64/conf/GENERIC
  head/sys/i386/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Fri Jun 15 01:15:59 2012	(r237108)
+++ head/sys/amd64/conf/GENERIC	Fri Jun 15 02:16:29 2012	(r237109)
@@ -273,6 +273,8 @@ device		ath		# Atheros NIC's
 device		ath_pci		# Atheros pci/cardbus glue
 device		ath_hal		# pci/cardbus chip support
 options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
+options 	AH_AR5416_INTERRUPT_MITIGATION	# AR5416 interrupt mitigation
+options 	ATH_SUPPORT_11N	# Enable 802.11n support for AR5416 and later
 device		ath_rate_sample	# SampleRate tx rate control for ath
 #device		bwi		# Broadcom BCM430x/BCM431x wireless NICs.
 #device		bwn		# Broadcom BCM43xx wireless NICs.

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC	Fri Jun 15 01:15:59 2012	(r237108)
+++ head/sys/i386/conf/GENERIC	Fri Jun 15 02:16:29 2012	(r237109)
@@ -285,6 +285,8 @@ device		ath		# Atheros NIC's
 device		ath_pci		# Atheros pci/cardbus glue
 device		ath_hal		# pci/cardbus chip support
 options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
+options 	AH_AR5416_INTERRUPT_MITIGATION	# AR5416 interrupt mitigation
+options 	ATH_SUPPORT_11N	# Enable 802.11n support for AR5416 and later
 device		ath_rate_sample	# SampleRate tx rate control for ath
 #device		bwi		# Broadcom BCM430x/BCM431x wireless NICs.
 #device		bwn		# Broadcom BCM43xx wireless NICs.


More information about the svn-src-head mailing list