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 | |
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')
-rw-r--r-- | sys/modules/cxgbe/t4_firmware/Makefile | 2 | ||||
-rw-r--r-- | sys/modules/cxgbe/t5_firmware/Makefile | 2 | ||||
-rw-r--r-- | sys/modules/cxgbe/t6_firmware/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/cxgbe/t4_firmware/Makefile b/sys/modules/cxgbe/t4_firmware/Makefile index a4faa685d659..dbad0bb4ade7 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.22.0.3 +T4FW_VER= 1.23.0.0 FIRMWS+= t4fw.fw:t4fw:${T4FW_VER} CLEANFILES+= t4fw.fw 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 diff --git a/sys/modules/cxgbe/t6_firmware/Makefile b/sys/modules/cxgbe/t6_firmware/Makefile index 260f48609469..1ea7aac2243f 100644 --- a/sys/modules/cxgbe/t6_firmware/Makefile +++ b/sys/modules/cxgbe/t6_firmware/Makefile @@ -17,7 +17,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0 .endif .endfor -T6FW_VER= 1.22.0.3 +T6FW_VER= 1.23.0.0 FIRMWS+= t6fw.fw:t6fw:${T6FW_VER} CLEANFILES+= t6fw.fw |