summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2009-10-25 10:23:11 +0000
committerrpaulo <rpaulo@FreeBSD.org>2009-10-25 10:23:11 +0000
commit6405218fcc816ebfe7da2e2f883a215796dfd00c (patch)
tree7ab4af04eaaf21363b12d7ab18fd9a3212809f1c /sys/conf
parentb991a4ad124ba6d7146b64c3f5c06a9a799ceeb7 (diff)
downloadFreeBSD-src-6405218fcc816ebfe7da2e2f883a215796dfd00c.zip
FreeBSD-src-6405218fcc816ebfe7da2e2f883a215796dfd00c.tar.gz
Update firmware images according to the latest iwn updated.
"device iwnfw" includes all firmware images, but you can pick just one by using the model number, e.g.: "device iwn4965fw".
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files48
1 files changed, 38 insertions, 10 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 9e99f2c..8c9b954 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1082,20 +1082,48 @@ iwi_monitor.fw optional iwimonitorfw | iwifw \
no-obj no-implicit-rule \
clean "iwi_monitor.fw"
dev/iwn/if_iwn.c optional iwn
-iwnfw.c optional iwnfw \
- compile-with "${AWK} -f $S/tools/fw_stub.awk iwn.fw:iwnfw:44417 -lintel_iwn -miwn -c${.TARGET}" \
+iwn4965fw.c optional iwn4965fw | iwnfw \
+ compile-with "${AWK} -f $S/tools/fw_stub.awk iwn4965.fw:iwn4965fw -miwn4965fw -c${.TARGET}" \
no-implicit-rule before-depend local \
- clean "iwnfw.c"
-iwnfw.fwo optional iwnfw \
- dependency "iwn.fw" \
- compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} iwn.fw" \
+ clean "iwn4965fw.c"
+iwn4965fw.fwo optional iwn4965fw | iwnfw \
+ dependency "iwn4965.fw" \
+ compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} iwn4965.fw" \
no-implicit-rule \
- clean "iwnfw.fwo"
-iwn.fw optional iwnfw \
+ clean "iwn4965fw.fwo"
+iwn4965.fw optional iwn4965fw | iwnfw \
dependency ".PHONY" \
- compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwn/iwlwifi-4965-4.44.17.fw.uu" \
+ compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwn/iwlwifi-4965-228.57.2.23.fw.uu" \
no-obj no-implicit-rule \
- clean "iwn.fw"
+ clean "iwn4965.fw"
+iwn5000fw.c optional iwn5000fw | iwnfw \
+ compile-with "${AWK} -f $S/tools/fw_stub.awk iwn5000.fw:iwn5000fw -miwn5000fw -c${.TARGET}" \
+ no-implicit-rule before-depend local \
+ clean "iwn5000fw.c"
+iwn5000fw.fwo optional iwn5000fw | iwnfw \
+ dependency "iwn5000.fw" \
+ compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} iwn5000.fw" \
+ no-implicit-rule \
+ clean "iwn5000fw.fwo"
+iwn5000.fw optional iwn5000fw | iwnfw \
+ dependency ".PHONY" \
+ compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwn/iwlwifi-5000-5.4.A.11.fw.uu" \
+ no-obj no-implicit-rule \
+ clean "iwn5000.fw"
+iwn5150fw.c optional iwn5150fw | iwnfw \
+ compile-with "${AWK} -f $S/tools/fw_stub.awk iwn5150.fw:iwn5150fw -miwn5150fw -c${.TARGET}" \
+ no-implicit-rule before-depend local \
+ clean "iwn5150fw.c"
+iwn5150fw.fwo optional iwn5150fw | iwnfw \
+ dependency "iwn5150.fw" \
+ compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} iwn5150.fw" \
+ no-implicit-rule \
+ clean "iwn5150fw.fwo"
+iwn5150.fw optional iwn5150fw | iwnfw \
+ dependency ".PHONY" \
+ compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwn/iwlwifi-5150-8.24.2.2.fw.uu" \
+ no-obj no-implicit-rule \
+ clean "iwn5150.fw"
dev/ixgb/if_ixgb.c optional ixgb
dev/ixgb/ixgb_ee.c optional ixgb
dev/ixgb/ixgb_hw.c optional ixgb
OpenPOWER on IntegriCloud