summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-02-15 17:49:49 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-02-15 17:49:49 +0000
commit8a329860ecc700dc12cfbbab72a149e6caea047d (patch)
tree36da20a53414b735de5046a40a1452a06965a849 /sys/conf/files
parent5bd435ea19c5d187c5c3a3ea65ea298655687783 (diff)
downloadFreeBSD-src-8a329860ecc700dc12cfbbab72a149e6caea047d.zip
FreeBSD-src-8a329860ecc700dc12cfbbab72a149e6caea047d.tar.gz
Bring back AR9285 support. This fixes most of the issues and should be
pretty usable. MFC after: 1 month
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files13
1 files changed, 10 insertions, 3 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 886765c..7793ec7 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -555,7 +555,7 @@ dev/ath/ath_hal/ah_eeprom_v14.c \
optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 \
compile-with "${NORMAL_C} -I$S/dev/ath"
dev/ath/ath_hal/ah_eeprom_v4k.c \
- optional ath_hal | ath_ar9280 | ath_ar9285 \
+ optional ath_hal | ath_ar9285 \
compile-with "${NORMAL_C} -I$S/dev/ath"
dev/ath/ath_hal/ah_regdomain.c optional ath \
compile-with "${NORMAL_C} -I$S/dev/ath"
@@ -713,9 +713,14 @@ dev/ath/ath_hal/ar5416/ar5416_xmit.c \
# ar9160 (depends on ar5416)
dev/ath/ath_hal/ar5416/ar9160_attach.c optional ath_hal | ath_ar9160 \
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
-# ar9280/ar9285 (depends on ar5416)
+# ar9280 (depends on ar5416)
dev/ath/ath_hal/ar5416/ar9280_attach.c optional ath_hal | ath_ar9280 | \
- ath_ar9285 \
+ ath_ar9285 \
+ compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
+# ar9285 (depends on ar5416 and ar9280)
+dev/ath/ath_hal/ar5416/ar9285_attach.c optional ath_hal | ath_ar9285 \
+ compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
+dev/ath/ath_hal/ar5416/ar9285_reset.c optional ath_hal | ath_ar9285 \
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
# rf backends
dev/ath/ath_hal/ar5212/ar2316.c optional ath_rf2316 \
@@ -736,6 +741,8 @@ dev/ath/ath_hal/ar5416/ar2133.c optional ath_hal | ath_ar5416 | ath_ar9160 \
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
dev/ath/ath_hal/ar5416/ar9280.c optional ath_hal | ath_ar9280 | ath_ar9285 \
compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
+dev/ath/ath_hal/ar5416/ar9285.c optional ath_hal | ath_ar9285 \
+ compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal"
# ath rate control algorithms
dev/ath/ath_rate/amrr/amrr.c optional ath_rate_amrr \
compile-with "${NORMAL_C} -I$S/dev/ath"
OpenPOWER on IntegriCloud