From: Roland Dreier Date: Fri, 25 Jan 2008 22:17:44 +0000 (-0800) Subject: IB/mthca: Update latest "native Arbel" firmware revision X-Git-Tag: v2.6.25-rc1~1234^2~7 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=950529e5c6efda8a6d3090a8fef9b904c833397a;hp=48fe5e594c979177b7f20affd027be56e8ea2767;p=safe%2Fjmp%2Flinux-2.6 IB/mthca: Update latest "native Arbel" firmware revision Signed-off-by: Roland Dreier --- diff --git a/drivers/infiniband/hw/mthca/mthca_main.c b/drivers/infiniband/hw/mthca/mthca_main.c index 2fc36ca..5cf8250 100644 --- a/drivers/infiniband/hw/mthca/mthca_main.c +++ b/drivers/infiniband/hw/mthca/mthca_main.c @@ -998,7 +998,7 @@ static struct { .flags = 0 }, [ARBEL_COMPAT] = { .latest_fw = MTHCA_FW_VER(4, 8, 200), .flags = MTHCA_FLAG_PCIE }, - [ARBEL_NATIVE] = { .latest_fw = MTHCA_FW_VER(5, 2, 0), + [ARBEL_NATIVE] = { .latest_fw = MTHCA_FW_VER(5, 3, 0), .flags = MTHCA_FLAG_MEMFREE | MTHCA_FLAG_PCIE }, [SINAI] = { .latest_fw = MTHCA_FW_VER(1, 2, 0),