diff options
author | Navdeep Parhar <np@FreeBSD.org> | 2017-05-23 23:40:17 +0000 |
---|---|---|
committer | Navdeep Parhar <np@FreeBSD.org> | 2017-05-23 23:40:17 +0000 |
commit | 7c0cad38c73d1a17a08f1d8c7d098e146f752ad8 (patch) | |
tree | b5d7805e5cb409e7a955c1782ff81115df020094 /sys/modules | |
parent | 9d24f98ca8bdde6754a31892e5baa5e250e9eb51 (diff) | |
download | src-7c0cad38c73d1a17a08f1d8c7d098e146f752ad8.tar.gz src-7c0cad38c73d1a17a08f1d8c7d098e146f752ad8.zip |
cxgbe(4): Update the T4, T5, and T6 firmwares to 1.16.45.0.
The latest firmware has a number of link related fixes, support for a
new custom card, and the fix for a bug that affected rate limiting on
FreeBSD.
Obtained from: Chelsio Communications
MFC after: 1 week
Sponsored by: Chelsio Communications
Notes
Notes:
svn path=/head/; revision=318762
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 7f1ed93005fe..9725893b4e02 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.26.0 +T4FW_VER= 1.16.45.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 ab952ae3af56..aa60dc22d7f4 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.26.0 +T5FW_VER= 1.16.45.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 75d77720e21c..1b37c397a22e 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.26.0 +T6FW_VER= 1.16.45.0 FIRMWS+= t6fw.fw:t6fw:${T6FW_VER} CLEANFILES+= t6fw.fw |