diff options
| author | Navdeep Parhar <np@FreeBSD.org> | 2018-05-05 20:16:08 +0000 |
|---|---|---|
| committer | Navdeep Parhar <np@FreeBSD.org> | 2018-05-05 20:16:08 +0000 |
| commit | b6f2c452cb879f88f392e0d48582e2239c6e51bb (patch) | |
| tree | 18e17e3565a43930fa925a4ef8dcd5cdb127ab46 /sys/modules | |
| parent | ba405bc811e86e7bad91b1195771c1138dfdecbd (diff) | |
Notes
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 4b234a81f4f4..0ad9c31f64eb 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.16.63.0 +T4FW_VER= 1.19.1.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 bf0d6bf7a376..d33dc36a2be1 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.16.63.0 +T5FW_VER= 1.19.1.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 a93522ea7f2a..9f9950e96c10 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.16.63.0 +T6FW_VER= 1.19.1.0 FIRMWS+= t6fw.fw:t6fw:${T6FW_VER} CLEANFILES+= t6fw.fw |
