diff options
author | Navdeep Parhar <np@FreeBSD.org> | 2019-03-27 22:42:18 +0000 |
---|---|---|
committer | Navdeep Parhar <np@FreeBSD.org> | 2019-03-27 22:42:18 +0000 |
commit | f2e16095ae82991a4b870b758be1dcd25c9ebf80 (patch) | |
tree | d8ef356e6c85a39cdf22a0b5f20a66ea111e1660 /sys/modules/cxgbe/t5_firmware | |
parent | e78476d7ec776263dadda0d8ab2233150ed87842 (diff) | |
download | src-f2e16095ae82991a4b870b758be1dcd25c9ebf80.tar.gz src-f2e16095ae82991a4b870b758be1dcd25c9ebf80.zip |
MFC r340651, r343264, r343269, and r345083.
r340651:
cxgbe(4): Update T4/5/6 firmwares to 1.22.0.3.
Obtained from: Chelsio Communications
Sponsored by: Chelsio Communications
r343264:
cxgbe(4): Use a truncated firmware header for version checks. All the
version numbers are towards the begining of the header.
Sponsored by: Chelsio Communications
r343269:
cxgbe(4): Allow negative values in hw.cxgbe.fw_install and take them to
mean that the driver should taste the firmware in the KLD and use that
firmware's version for all its fw_install checks.
The driver gets firmware version information from compiled-in values by
default and this change allows custom (or older/newer) firmware modules
to be used with the stock driver.
There is no change in default behavior.
Sponsored by: Chelsio Communications
r345083:
cxgbe(4): Update T4/5/6 firmwares to 1.23.0.0.
Obtained from: Chelsio Communications
Sponsored by: Chelsio Communications
Notes
Notes:
svn path=/stable/12/; revision=345621
Diffstat (limited to 'sys/modules/cxgbe/t5_firmware')
-rw-r--r-- | sys/modules/cxgbe/t5_firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cxgbe/t5_firmware/Makefile b/sys/modules/cxgbe/t5_firmware/Makefile index d33dc36a2be1..4b1f6ee61aaa 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.19.1.0 +T5FW_VER= 1.23.0.0 FIRMWS+= t5fw.fw:t5fw:${T5FW_VER} CLEANFILES+= t5fw.fw |