From fc740a161b11ddae09e061cb24e0144888af4bc6 Mon Sep 17 00:00:00 2001 From: Navdeep Parhar Date: Tue, 29 Aug 2017 23:37:26 +0000 Subject: 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 --- sys/modules/cxgbe/t4_firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/cxgbe/t4_firmware/Makefile') 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 -- cgit v1.2.3