diff options
author | Navdeep Parhar <np@FreeBSD.org> | 2017-08-29 23:37:26 +0000 |
---|---|---|
committer | Navdeep Parhar <np@FreeBSD.org> | 2017-08-29 23:37:26 +0000 |
commit | fc740a161b11ddae09e061cb24e0144888af4bc6 (patch) | |
tree | 190366e3981027ddc835dd8ac84caaaae79cf5c3 /sys/modules/cxgbe/t4_firmware/Makefile | |
parent | fca37d4727762c67f0e8cb62dce52069366b0ea2 (diff) | |
download | src-fc740a161b11ddae09e061cb24e0144888af4bc6.tar.gz src-fc740a161b11ddae09e061cb24e0144888af4bc6.zip |
cxgbe(4): Update T6/T5/T4 firmwares to 1.16.59.0.
These firmwares come from a pre-release snapshot. The final firmwares
in this Chelsio release cycle will likely be .61.0 or later and those
will be the next "long lived" firmwares in FreeBSD head and stable
branches. .59 is being provided in head (only) for wider test exposure.
Obtained from: Chelsio Communications
Sponsored by: Chelsio Communications
Notes
Notes:
svn path=/head/; revision=323006
Diffstat (limited to 'sys/modules/cxgbe/t4_firmware/Makefile')
-rw-r--r-- | sys/modules/cxgbe/t4_firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cxgbe/t4_firmware/Makefile b/sys/modules/cxgbe/t4_firmware/Makefile index 9725893b4e02..2f0e5b7657bd 100644 --- a/sys/modules/cxgbe/t4_firmware/Makefile +++ b/sys/modules/cxgbe/t4_firmware/Makefile @@ -17,7 +17,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0 .endif .endfor -T4FW_VER= 1.16.45.0 +T4FW_VER= 1.16.59.0 FIRMWS+= t4fw.fw:t4fw:${T4FW_VER} CLEANFILES+= t4fw.fw |