aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cxgbe/t4_firmware/Makefile
diff options
context:
space:
mode:
authorNavdeep Parhar <np@FreeBSD.org>2021-09-27 23:45:56 +0000
committerNavdeep Parhar <np@FreeBSD.org>2021-09-28 06:52:51 +0000
commit45d6fbaec23eee457197a14517e715c947114d99 (patch)
tree73c15a78adb50412c09d1a94f43bc3b4735c2ba3 /sys/modules/cxgbe/t4_firmware/Makefile
parent4a365e863f209b0c82641c909a858dab53b19134 (diff)
downloadsrc-45d6fbaec23eee457197a14517e715c947114d99.tar.gz
src-45d6fbaec23eee457197a14517e715c947114d99.zip
cxgbe(4): Update firmwares to 1.26.2.0.
The firmwares and the following changelog are from the "Chelsio Unified Wire v3.15.0.0 for Linux." Version : 1.26.2.0 Date : 09/24/2021 ==================== FIXES ----- BASE: - Added support for SFP+ RJ45 (0x1C). - Fixing backward compatibility issue with older drivers when multiple speeds are passed to firmware. OFLD: - Do not touch tp_plen_max if driver is supplying tp_plen_max. This fixes a connection reset issue in iscsi. ENHANCEMENTS ------------ BASE: - Firmware header modified to add firmware binary signature. MFC after: 1 month Sponsored by: Chelsio Communications
Diffstat (limited to 'sys/modules/cxgbe/t4_firmware/Makefile')
-rw-r--r--sys/modules/cxgbe/t4_firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cxgbe/t4_firmware/Makefile b/sys/modules/cxgbe/t4_firmware/Makefile
index a202c5d2a6a0..e525edf96ce2 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.26.0.0
+T4FW_VER= 1.26.2.0
FIRMWS+= t4fw-${T4FW_VER}.bin:t4fw:${T4FW_VER}
.include <bsd.kmod.mk>