aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2006-03-02 16:56:37 -0500
committerRoland Dreier <rolandd@cisco.com>2006-03-20 13:08:22 -0500
commit6226bb570184eb6c645e047d2aecbce8c0442e3e (patch)
tree39e7e101fbaf1816d1280e1d9be9f08bb7ff60ba /drivers/infiniband
parent651eaac92894f8b6761c51b6637ea9cacea7fba2 (diff)
IB/mthca: Update firmware versions
Update known firmware versions in driver's table to the latest releases. Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r--drivers/infiniband/hw/mthca/mthca_main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_main.c b/drivers/infiniband/hw/mthca/mthca_main.c
index d94837fbf16..266f347c670 100644
--- a/drivers/infiniband/hw/mthca/mthca_main.c
+++ b/drivers/infiniband/hw/mthca/mthca_main.c
@@ -937,14 +937,14 @@ static struct {
937 u64 latest_fw; 937 u64 latest_fw;
938 u32 flags; 938 u32 flags;
939} mthca_hca_table[] = { 939} mthca_hca_table[] = {
940 [TAVOR] = { .latest_fw = MTHCA_FW_VER(3, 3, 3), 940 [TAVOR] = { .latest_fw = MTHCA_FW_VER(3, 4, 0),
941 .flags = 0 }, 941 .flags = 0 },
942 [ARBEL_COMPAT] = { .latest_fw = MTHCA_FW_VER(4, 7, 0), 942 [ARBEL_COMPAT] = { .latest_fw = MTHCA_FW_VER(4, 7, 400),
943 .flags = MTHCA_FLAG_PCIE }, 943 .flags = MTHCA_FLAG_PCIE },
944 [ARBEL_NATIVE] = { .latest_fw = MTHCA_FW_VER(5, 1, 0), 944 [ARBEL_NATIVE] = { .latest_fw = MTHCA_FW_VER(5, 1, 0),
945 .flags = MTHCA_FLAG_MEMFREE | 945 .flags = MTHCA_FLAG_MEMFREE |
946 MTHCA_FLAG_PCIE }, 946 MTHCA_FLAG_PCIE },
947 [SINAI] = { .latest_fw = MTHCA_FW_VER(1, 0, 1), 947 [SINAI] = { .latest_fw = MTHCA_FW_VER(1, 0, 800),
948 .flags = MTHCA_FLAG_MEMFREE | 948 .flags = MTHCA_FLAG_MEMFREE |
949 MTHCA_FLAG_PCIE | 949 MTHCA_FLAG_PCIE |
950 MTHCA_FLAG_SINAI_OPT } 950 MTHCA_FLAG_SINAI_OPT }