diff options
author | Navdeep Parhar <np@FreeBSD.org> | 2015-07-14 08:02:05 +0000 |
---|---|---|
committer | Navdeep Parhar <np@FreeBSD.org> | 2015-07-14 08:02:05 +0000 |
commit | c7dbd80213ce5888ea23b8753b4879b7fd14483b (patch) | |
tree | c7108a5254156d3310f02c3b46cf89570662441b /sys/modules/cxgbe/t5_firmware/Makefile | |
parent | 577f7474b06377494e58b6e7cdceb174938213ec (diff) | |
download | src-c7dbd80213ce5888ea23b8753b4879b7fd14483b.tar.gz src-c7dbd80213ce5888ea23b8753b4879b7fd14483b.zip |
cxgbe(4): Update T4 and T5 firmwares to 1.14.2.0.
Obtained from: Chelsio Communications
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=285527
Diffstat (limited to 'sys/modules/cxgbe/t5_firmware/Makefile')
-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 2f414f3ede08..eba2faa20b43 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.11.27.0 +T5FW_VER= 1.14.2.0 FIRMWS+= t5fw.fw:t5fw:${T5FW_VER} CLEANFILES+= t5fw.fw |