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/cxgbe/t5_firmware | |
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/cxgbe/t5_firmware')
-rw-r--r-- | sys/modules/cxgbe/t5_firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |