- Update 6000 firmware to 9.221.4.1

- Add 6050 firmware

MFC after:	2 weeks
This commit is contained in:
Bernhard Schmidt 2010-07-15 11:26:07 +00:00
parent 24c00a9054
commit 774f94f14c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210113
9 changed files with 16220 additions and 8155 deletions

View File

@ -328,6 +328,7 @@ device wpi
# iwn5000fw: Specific module for the 5000 only
# iwn5150fw: Specific module for the 5150 only
# iwn6000fw: Specific module for the 6000 only
# iwn6050fw: Specific module for the 6050 only
# mwlfw: Marvell 88W8363 firmware
# wpifw: Intel 3945ABG Wireless LAN Controller firmware
@ -345,6 +346,7 @@ device iwn1000fw
device iwn5000fw
device iwn5150fw
device iwn6000fw
device iwn6050fw
device mwlfw
device wpifw

View File

@ -1220,7 +1220,21 @@ iwn6000fw.fwo optional iwn6000fw | iwnfw \
clean "iwn6000fw.fwo"
iwn6000.fw optional iwn6000fw | iwnfw \
dependency ".PHONY" \
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwn/iwlwifi-6000-9.193.4.1.fw.uu" \
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwn/iwlwifi-6000-9.221.4.1.fw.uu" \
no-obj no-implicit-rule \
clean "iwn6000.fw"
iwn6050fw.c optional iwn6050fw | iwnfw \
compile-with "${AWK} -f $S/tools/fw_stub.awk iwn6050.fw:iwn6050fw -miwn6050fw -c${.TARGET}" \
no-implicit-rule before-depend local \
clean "iwn6050fw.c"
iwn6050fw.fwo optional iwn6050fw | iwnfw \
dependency "iwn6050.fw" \
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} iwn6050.fw" \
no-implicit-rule \
clean "iwn6050fw.fwo"
iwn6050.fw optional iwn6050fw | iwnfw \
dependency ".PHONY" \
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/iwn/iwlwifi-6050-9.201.4.1.fw.uu" \
no-obj no-implicit-rule \
clean "iwn6000.fw"
dev/ixgb/if_ixgb.c optional ixgb

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -641,6 +641,7 @@ device wpi
# iwn5000fw: Specific module for the 5000 only
# iwn5150fw: Specific module for the 5150 only
# iwn6000fw: Specific module for the 6000 only
# iwn6050fw: Specific module for the 6050 only
# mwlfw: Marvell 88W8363 firmware
# wpifw: Intel 3945ABG Wireless LAN Controller firmware
@ -658,6 +659,7 @@ device iwn1000fw
device iwn5000fw
device iwn5150fw
device iwn6000fw
device iwn6050fw
device mwlfw
device wpifw

View File

@ -1,5 +1,5 @@
# $FreeBSD$
SUBDIR= iwn1000 iwn4965 iwn5000 iwn5150 iwn6000
SUBDIR= iwn1000 iwn4965 iwn5000 iwn5150 iwn6000 iwn6050
.include <bsd.subdir.mk>

View File

@ -1,6 +1,6 @@
# $FreeBSD$
KMOD= iwn6000fw
IMG= iwlwifi-6000-9.193.4.1
IMG= iwlwifi-6000-9.221.4.1
.include <bsd.kmod.mk>

View File

@ -0,0 +1,6 @@
# $FreeBSD$
KMOD= iwn6050fw
IMG= iwlwifi-6050-9.201.4.1
.include <bsd.kmod.mk>