diff options
author | Navdeep Parhar <np@FreeBSD.org> | 2019-03-13 06:46:15 +0000 |
---|---|---|
committer | Navdeep Parhar <np@FreeBSD.org> | 2019-03-13 06:46:15 +0000 |
commit | 4a21f4c60662a94a20cb56558285b58ae4526af7 (patch) | |
tree | 90707630555e34a7d1cfffc1cf3db960728d634b /sys/modules/cxgbe/t5_firmware/Makefile | |
parent | ab87f5922495ba8b21a4eef6d865ed75d75e7fa5 (diff) |
cxgbe(4): Update T4/5/6 firmwares to 1.23.0.0.
Obtained from: Chelsio Communications
MFC after: 1 month
Sponsored by: Chelsio Communications
Notes
Notes:
svn path=/head/; revision=345083
Diffstat (limited to 'sys/modules/cxgbe/t5_firmware/Makefile')
-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 6e7b9da8f7a6..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.22.0.3 +T5FW_VER= 1.23.0.0 FIRMWS+= t5fw.fw:t5fw:${T5FW_VER} CLEANFILES+= t5fw.fw |