提交 6226bb57 编写于 作者: R Roland Dreier

IB/mthca: Update firmware versions

Update known firmware versions in driver's table to the latest releases.
Signed-off-by: NRoland Dreier <rolandd@cisco.com>
上级 651eaac9
...@@ -937,14 +937,14 @@ static struct { ...@@ -937,14 +937,14 @@ static struct {
u64 latest_fw; u64 latest_fw;
u32 flags; u32 flags;
} mthca_hca_table[] = { } mthca_hca_table[] = {
[TAVOR] = { .latest_fw = MTHCA_FW_VER(3, 3, 3), [TAVOR] = { .latest_fw = MTHCA_FW_VER(3, 4, 0),
.flags = 0 }, .flags = 0 },
[ARBEL_COMPAT] = { .latest_fw = MTHCA_FW_VER(4, 7, 0), [ARBEL_COMPAT] = { .latest_fw = MTHCA_FW_VER(4, 7, 400),
.flags = MTHCA_FLAG_PCIE }, .flags = MTHCA_FLAG_PCIE },
[ARBEL_NATIVE] = { .latest_fw = MTHCA_FW_VER(5, 1, 0), [ARBEL_NATIVE] = { .latest_fw = MTHCA_FW_VER(5, 1, 0),
.flags = MTHCA_FLAG_MEMFREE | .flags = MTHCA_FLAG_MEMFREE |
MTHCA_FLAG_PCIE }, MTHCA_FLAG_PCIE },
[SINAI] = { .latest_fw = MTHCA_FW_VER(1, 0, 1), [SINAI] = { .latest_fw = MTHCA_FW_VER(1, 0, 800),
.flags = MTHCA_FLAG_MEMFREE | .flags = MTHCA_FLAG_MEMFREE |
MTHCA_FLAG_PCIE | MTHCA_FLAG_PCIE |
MTHCA_FLAG_SINAI_OPT } MTHCA_FLAG_SINAI_OPT }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册