diff options
| author | Navdeep Parhar <np@FreeBSD.org> | 2020-11-06 19:04:20 +0000 |
|---|---|---|
| committer | Navdeep Parhar <np@FreeBSD.org> | 2020-11-06 19:04:20 +0000 |
| commit | 890efa1ab946ce5b47ba8d5cd961dbaea615e2e6 (patch) | |
| tree | 765108fd3365fb1370ea9e20baa451923caec834 /sys/modules/cxgbe | |
| parent | 8b2133d4e18e7dd0a5984fb2cdec3da4f84bac3c (diff) | |
Notes
Diffstat (limited to 'sys/modules/cxgbe')
| -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 591e7a08ecb1..f5bc4830771b 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.25.0.0 +T4FW_VER= 1.25.0.40 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 8c62248bfdca..89106cb4a497 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.0.0 +T5FW_VER= 1.25.0.40 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 5c531c6c972a..071db2bab2dc 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.25.0.0 +T6FW_VER= 1.25.0.40 FIRMWS+= t6fw-${T6FW_VER}.bin:t6fw:${T6FW_VER} .include <bsd.kmod.mk> |
