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 | |
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')
-rw-r--r-- | sys/modules/cxgbe/t4_firmware/Makefile | 2 | ||||
-rw-r--r-- | sys/modules/cxgbe/t5_firmware/Makefile | 2 | ||||
-rw-r--r-- | sys/modules/cxgbe/t6_firmware/Makefile | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/sys/modules/cxgbe/t5_firmware/Makefile b/sys/modules/cxgbe/t5_firmware/Makefile index aa60dc22d7f4..ba93924edfad 100644 --- a/sys/modules/cxgbe/t5_firmware/Makefile +++ b/sys/modules/cxgbe/t5_firmware/Makefile @@ -17,7 +17,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0 .endif .endfor -T5FW_VER= 1.16.45.0 +T5FW_VER= 1.16.59.0 FIRMWS+= t5fw.fw:t5fw:${T5FW_VER} CLEANFILES+= t5fw.fw diff --git a/sys/modules/cxgbe/t6_firmware/Makefile b/sys/modules/cxgbe/t6_firmware/Makefile index 1b37c397a22e..1c710b5a0602 100644 --- a/sys/modules/cxgbe/t6_firmware/Makefile +++ b/sys/modules/cxgbe/t6_firmware/Makefile @@ -17,7 +17,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0 .endif .endfor -T6FW_VER= 1.16.45.0 +T6FW_VER= 1.16.59.0 FIRMWS+= t6fw.fw:t6fw:${T6FW_VER} CLEANFILES+= t6fw.fw |