svn commit: r200015 - in head/sys: arm/conf i386/conf pc98/conf

Andrew Thompson thompsa at FreeBSD.org
Wed Dec 2 00:38:11 UTC 2009


Author: thompsa
Date: Wed Dec  2 00:38:11 2009
New Revision: 200015
URL: http://svn.freebsd.org/changeset/base/200015

Log:
  Add missing ath_ar9* ath hal entries.

Modified:
  head/sys/arm/conf/AVILA
  head/sys/i386/conf/NOTES
  head/sys/pc98/conf/NOTES

Modified: head/sys/arm/conf/AVILA
==============================================================================
--- head/sys/arm/conf/AVILA	Wed Dec  2 00:37:03 2009	(r200014)
+++ head/sys/arm/conf/AVILA	Wed Dec  2 00:38:11 2009	(r200015)
@@ -132,6 +132,7 @@ device		ath_rf5413
 device		ath_ar5416
 options 	AH_SUPPORT_AR5416
 device		ath_ar9160
+device		ath_ar9280
 
 device		usb
 #options 	USB_DEBUG

Modified: head/sys/i386/conf/NOTES
==============================================================================
--- head/sys/i386/conf/NOTES	Wed Dec  2 00:37:03 2009	(r200014)
+++ head/sys/i386/conf/NOTES	Wed Dec  2 00:38:11 2009	(r200015)
@@ -578,6 +578,8 @@ device		ath_hal		# pci/cardbus chip supp
 #device		ath_rf5413
 #device		ath_ar5416	# AR5416 chips
 options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
+#device		ath_ar9160	# AR9160 chips
+#device		ath_ar9280	# AR9160 chips
 device		ath_rate_sample	# SampleRate tx rate control for ath
 device		ce
 device		cp

Modified: head/sys/pc98/conf/NOTES
==============================================================================
--- head/sys/pc98/conf/NOTES	Wed Dec  2 00:37:03 2009	(r200014)
+++ head/sys/pc98/conf/NOTES	Wed Dec  2 00:38:11 2009	(r200015)
@@ -432,6 +432,8 @@ device		ath_hal		# pci/cardbus chip supp
 #device		ath_rf5413
 #device		ath_ar5416	# AR5416 chips
 options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
+#device		ath_ar9160	# AR9160 chips
+#device		ath_ar9280	# AR9160 chips
 device		ath_rate_sample	# SampleRate tx rate control for ath
 
 #


More information about the svn-src-all mailing list