IB/mthca: Update firmware versions
authorRoland Dreier <rolandd@cisco.com>
Thu, 2 Mar 2006 21:56:37 +0000 (13:56 -0800)
committerRoland Dreier <rolandd@cisco.com>
Mon, 20 Mar 2006 18:08:22 +0000 (10:08 -0800)
Update known firmware versions in driver's table to the latest releases.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/mthca/mthca_main.c

index d94837f..266f347 100644 (file)
@@ -937,14 +937,14 @@ static struct {
        u64 latest_fw;
        u32 flags;
 } mthca_hca_table[] = {
-       [TAVOR]        = { .latest_fw = MTHCA_FW_VER(3, 3, 3),
+       [TAVOR]        = { .latest_fw = MTHCA_FW_VER(3, 4, 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 },
        [ARBEL_NATIVE] = { .latest_fw = MTHCA_FW_VER(5, 1, 0),
                           .flags     = MTHCA_FLAG_MEMFREE |
                                        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 |
                                        MTHCA_FLAG_PCIE    |
                                        MTHCA_FLAG_SINAI_OPT }