aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cxgbe/t5_firmware/Makefile
diff options
context:
space:
mode:
authorNavdeep Parhar <np@FreeBSD.org>2021-06-24 20:21:51 +0000
committerNavdeep Parhar <np@FreeBSD.org>2021-07-13 04:25:36 +0000
commit3c900106ea7aab69690945ad885b4df1095c1504 (patch)
tree484e25eda047cfb309cee134b9f0ea0ac868f813 /sys/modules/cxgbe/t5_firmware/Makefile
parent297e9f364b5aa243572ee52b1faef9b3542c1c9e (diff)
downloadsrc-3c900106ea7aab69690945ad885b4df1095c1504.tar.gz
src-3c900106ea7aab69690945ad885b4df1095c1504.zip
cxgbe(4): Update firmwares to 1.26.0.0.
Changes since 1.25.6.0 are listed here. This list comes from the Release Notes for "Chelsio Unified Wire 3.14.0.4 for Linux" dated 2021-07-08. Fixes ----- BASE: - Wait 5ms before and after the i2c command that clears the mod_select. This fixes incorrect port module type read from i2c. Obtained from: Chelsio Communications MFC after: 1 week Sponsored by: Chelsio Communications
Diffstat (limited to 'sys/modules/cxgbe/t5_firmware/Makefile')
-rw-r--r--sys/modules/cxgbe/t5_firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cxgbe/t5_firmware/Makefile b/sys/modules/cxgbe/t5_firmware/Makefile
index 3b54df8b222b..371df89f233b 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.25.6.0
+T5FW_VER= 1.26.0.0
FIRMWS+= t5fw-${T5FW_VER}.bin:t5fw:${T5FW_VER}
.include <bsd.kmod.mk>