1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Update firmware for wpi(4) from version 2.14.4 to 15.32.2.9.

PR:		kern/142907
Submitted by:	Craig Butler <craig001 at lerwick.hopto.org>
MFC after:	2 weeks
This commit is contained in:
Bernhard Schmidt 2010-12-19 11:37:44 +00:00
parent 4485b7e74a
commit 0e1497aefd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216559
5 changed files with 2644 additions and 2636 deletions

View File

@ -1886,7 +1886,7 @@ dev/wi/if_wi_pccard.c optional wi pccard
dev/wi/if_wi_pci.c optional wi pci
dev/wl/if_wl.c optional wl isa
wpifw.c optional wpifw \
compile-with "${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:2144 -mwpi -c${.TARGET}" \
compile-with "${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:153229 -mwpi -c${.TARGET}" \
no-implicit-rule before-depend local \
clean "wpifw.c"
wpifw.fwo optional wpifw \
@ -1895,8 +1895,8 @@ wpifw.fwo optional wpifw \
no-implicit-rule \
clean "wpifw.fwo"
wpi.fw optional wpifw \
dependency "$S/contrib/dev/wpi/iwlwifi-3945-2.14.4.fw.uu" \
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/wpi/iwlwifi-3945-2.14.4.fw.uu" \
dependency "$S/contrib/dev/wpi/iwlwifi-3945-15.32.2.9.fw.uu" \
compile-with "uudecode -o ${.TARGET} $S/contrib/dev/wpi/iwlwifi-3945-15.32.2.9.fw.uu" \
no-obj no-implicit-rule \
clean "wpi.fw"
dev/xe/if_xe.c optional xe

View File

@ -1,4 +1,4 @@
Copyright (c) 2006, Intel Corporation.
Copyright (c) 2006-2009, Intel Corporation.
All rights reserved.
Redistribution. Redistribution and use in binary form, without

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -3,11 +3,11 @@
.PATH: ${.CURDIR}/../../contrib/dev/wpi
KMOD= wpifw
FIRMWS= iwlwifi-3945-2.14.4.fw:wpifw:2144
FIRMWS= iwlwifi-3945-15.32.2.9.fw:wpifw:153229
CLEANFILES= iwlwifi-3945-2.14.4.fw
CLEANFILES= iwlwifi-3945-15.32.2.9.fw
iwlwifi-3945-2.14.4.fw: ${.CURDIR}/../../contrib/dev/wpi/iwlwifi-3945-2.14.4.fw.uu
uudecode -p ${.CURDIR}/../../contrib/dev/wpi/iwlwifi-3945-2.14.4.fw.uu > ${.TARGET}
iwlwifi-3945-15.32.2.9.fw: ${.CURDIR}/../../contrib/dev/wpi/iwlwifi-3945-15.32.2.9.fw.uu
uudecode -p ${.CURDIR}/../../contrib/dev/wpi/iwlwifi-3945-15.32.2.9.fw.uu > ${.TARGET}
.include <bsd.kmod.mk>