diff options
author | np <np@FreeBSD.org> | 2014-06-25 02:14:55 +0000 |
---|---|---|
committer | np <np@FreeBSD.org> | 2014-06-25 02:14:55 +0000 |
commit | 810c9620cc2ab59308ebd8040f6e2b62833773ad (patch) | |
tree | 584464a3df55cd47896c817c2818969801163d65 /sys/modules/cxgbe | |
parent | 3fdf3636165e1b4d07bc2845d268b2a198b2c976 (diff) | |
download | FreeBSD-src-810c9620cc2ab59308ebd8040f6e2b62833773ad.zip FreeBSD-src-810c9620cc2ab59308ebd8040f6e2b62833773ad.tar.gz |
MFC r267757:
cxgbe(4): Update the bundled T4 and T5 firmwares to versions 1.11.27.0
Obtained from: Chelsio
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 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/cxgbe/t4_firmware/Makefile b/sys/modules/cxgbe/t4_firmware/Makefile index a92dc0b..ef3bc8b 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.9.12.0 +T4FW_VER = 1.11.27.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 fe2c43e..2d26c13 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.9.12.0 +T5FW_VER = 1.11.27.0 FIRMWS += t5fw.fw:t5fw:${T5FW_VER} CLEANFILES += t5fw.fw |