git: 5f884ac086ed - stable/13 - cxgbe(4): Update firmwares to version 1.27.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 05:34:31 UTC
The branch stable/13 has been updated by np:
URL: https://cgit.FreeBSD.org/src/commit/?id=5f884ac086ed52121fc878efaabd0e2ff0f97d77
commit 5f884ac086ed52121fc878efaabd0e2ff0f97d77
Author: Navdeep Parhar <np@FreeBSD.org>
AuthorDate: 2023-04-21 01:24:57 +0000
Commit: Navdeep Parhar <np@FreeBSD.org>
CommitDate: 2024-01-11 05:06:59 +0000
cxgbe(4): Update firmwares to version 1.27.3.0
These are the changes since the last update (copy-pasted from the
release notes for Chelsio Unified Wire v3.18.0.0):
====================
Version : 1.27.3.0
Date : 04/07/2023
Fixes
-----
BASE:
- Fixed a hang if module eeprom reads gives invalid data.
- KR backlplane no-fec link problem fixed.
OFLD:
- iscsi ddp errors fixed.
- iwarp connection abort in rare cases causing NIC traffic hang fixed.
ENHANCEMENTS
------------
BASE:
- Cisco GLC-TE 1G modules support added.
====================
Version : 1.27.1.0
Date : 12/02/2022
Fixes
-----
BASE:
- memwrite dsgl cannot be used for T5.
OFLD:
- Enabled FCoE in SO adapters.
- TOE-TLS crash fixed.
- iscsi hang fixed.
Sponsored by: Chelsio Communications
(cherry picked from commit ca5391bd8579fd404dc31880b4d8744f43d22adb)
---
sys/conf/files | 6 +++---
.../{t4fw-1.27.0.0.bin => t4fw-1.27.3.0.bin} | Bin 570880 -> 570880 bytes
sys/dev/cxgbe/firmware/t4fw_interface.h | 6 +++---
sys/dev/cxgbe/firmware/t5fw-1.27.0.0.bin | Bin 677376 -> 0 bytes
sys/dev/cxgbe/firmware/t5fw-1.27.3.0.bin | Bin 0 -> 678912 bytes
sys/dev/cxgbe/firmware/t6fw-1.27.0.0.bin | Bin 729600 -> 0 bytes
sys/dev/cxgbe/firmware/t6fw-1.27.3.0.bin | Bin 0 -> 730624 bytes
sys/modules/cxgbe/t4_firmware/Makefile | 2 +-
sys/modules/cxgbe/t5_firmware/Makefile | 2 +-
sys/modules/cxgbe/t6_firmware/Makefile | 2 +-
10 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/sys/conf/files b/sys/conf/files
index 4b624a71c772..b6a0503c087f 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1528,7 +1528,7 @@ t4fw.fwo optional cxgbe \
no-implicit-rule \
clean "t4fw.fwo"
t4fw.fw optional cxgbe \
- dependency "$S/dev/cxgbe/firmware/t4fw-1.27.0.0.bin" \
+ dependency "$S/dev/cxgbe/firmware/t4fw-1.27.3.0.bin" \
compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
no-obj no-implicit-rule \
clean "t4fw.fw"
@@ -1562,7 +1562,7 @@ t5fw.fwo optional cxgbe \
no-implicit-rule \
clean "t5fw.fwo"
t5fw.fw optional cxgbe \
- dependency "$S/dev/cxgbe/firmware/t5fw-1.27.0.0.bin" \
+ dependency "$S/dev/cxgbe/firmware/t5fw-1.27.3.0.bin" \
compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
no-obj no-implicit-rule \
clean "t5fw.fw"
@@ -1596,7 +1596,7 @@ t6fw.fwo optional cxgbe \
no-implicit-rule \
clean "t6fw.fwo"
t6fw.fw optional cxgbe \
- dependency "$S/dev/cxgbe/firmware/t6fw-1.27.0.0.bin" \
+ dependency "$S/dev/cxgbe/firmware/t6fw-1.27.3.0.bin" \
compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
no-obj no-implicit-rule \
clean "t6fw.fw"
diff --git a/sys/dev/cxgbe/firmware/t4fw-1.27.0.0.bin b/sys/dev/cxgbe/firmware/t4fw-1.27.3.0.bin
similarity index 60%
rename from sys/dev/cxgbe/firmware/t4fw-1.27.0.0.bin
rename to sys/dev/cxgbe/firmware/t4fw-1.27.3.0.bin
index dcae4d1b8a2b..e1576783a65c 100644
Binary files a/sys/dev/cxgbe/firmware/t4fw-1.27.0.0.bin and b/sys/dev/cxgbe/firmware/t4fw-1.27.3.0.bin differ
diff --git a/sys/dev/cxgbe/firmware/t4fw_interface.h b/sys/dev/cxgbe/firmware/t4fw_interface.h
index 39ab58428304..1c12f60b0fe4 100644
--- a/sys/dev/cxgbe/firmware/t4fw_interface.h
+++ b/sys/dev/cxgbe/firmware/t4fw_interface.h
@@ -10001,17 +10001,17 @@ enum fw_hdr_chip {
enum {
T4FW_VERSION_MAJOR = 1,
T4FW_VERSION_MINOR = 27,
- T4FW_VERSION_MICRO = 0,
+ T4FW_VERSION_MICRO = 3,
T4FW_VERSION_BUILD = 0,
T5FW_VERSION_MAJOR = 1,
T5FW_VERSION_MINOR = 27,
- T5FW_VERSION_MICRO = 0,
+ T5FW_VERSION_MICRO = 3,
T5FW_VERSION_BUILD = 0,
T6FW_VERSION_MAJOR = 1,
T6FW_VERSION_MINOR = 27,
- T6FW_VERSION_MICRO = 0,
+ T6FW_VERSION_MICRO = 3,
T6FW_VERSION_BUILD = 0,
};
diff --git a/sys/dev/cxgbe/firmware/t5fw-1.27.0.0.bin b/sys/dev/cxgbe/firmware/t5fw-1.27.0.0.bin
deleted file mode 100644
index 1158b9567336..000000000000
Binary files a/sys/dev/cxgbe/firmware/t5fw-1.27.0.0.bin and /dev/null differ
diff --git a/sys/dev/cxgbe/firmware/t5fw-1.27.3.0.bin b/sys/dev/cxgbe/firmware/t5fw-1.27.3.0.bin
new file mode 100644
index 000000000000..fcae45a4df35
Binary files /dev/null and b/sys/dev/cxgbe/firmware/t5fw-1.27.3.0.bin differ
diff --git a/sys/dev/cxgbe/firmware/t6fw-1.27.0.0.bin b/sys/dev/cxgbe/firmware/t6fw-1.27.0.0.bin
deleted file mode 100644
index 0652ae751b82..000000000000
Binary files a/sys/dev/cxgbe/firmware/t6fw-1.27.0.0.bin and /dev/null differ
diff --git a/sys/dev/cxgbe/firmware/t6fw-1.27.3.0.bin b/sys/dev/cxgbe/firmware/t6fw-1.27.3.0.bin
new file mode 100644
index 000000000000..31bd7019e51e
Binary files /dev/null and b/sys/dev/cxgbe/firmware/t6fw-1.27.3.0.bin differ
diff --git a/sys/modules/cxgbe/t4_firmware/Makefile b/sys/modules/cxgbe/t4_firmware/Makefile
index 08476a462ba0..8bb9afa2e8a6 100644
--- a/sys/modules/cxgbe/t4_firmware/Makefile
+++ b/sys/modules/cxgbe/t4_firmware/Makefile
@@ -16,7 +16,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0
.endif
.endfor
-T4FW_VER= 1.27.0.0
+T4FW_VER= 1.27.3.0
FIRMWS+= t4fw-${T4FW_VER}.bin:t4fw:${T4FW_VER}
.include <bsd.kmod.mk>
diff --git a/sys/modules/cxgbe/t5_firmware/Makefile b/sys/modules/cxgbe/t5_firmware/Makefile
index 292bb93a9475..273710ecf7d8 100644
--- a/sys/modules/cxgbe/t5_firmware/Makefile
+++ b/sys/modules/cxgbe/t5_firmware/Makefile
@@ -16,7 +16,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0
.endif
.endfor
-T5FW_VER= 1.27.0.0
+T5FW_VER= 1.27.3.0
FIRMWS+= t5fw-${T5FW_VER}.bin:t5fw:${T5FW_VER}
.include <bsd.kmod.mk>
diff --git a/sys/modules/cxgbe/t6_firmware/Makefile b/sys/modules/cxgbe/t6_firmware/Makefile
index 771142b55d0d..c2acdd6dc72a 100644
--- a/sys/modules/cxgbe/t6_firmware/Makefile
+++ b/sys/modules/cxgbe/t6_firmware/Makefile
@@ -16,7 +16,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0
.endif
.endfor
-T6FW_VER= 1.27.0.0
+T6FW_VER= 1.27.3.0
FIRMWS+= t6fw-${T6FW_VER}.bin:t6fw:${T6FW_VER}
.include <bsd.kmod.mk>