From patchwork Mon Feb 8 14:04:55 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Sokolovsky X-Patchwork-Id: 77738 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o18E53RY013800 for ; Mon, 8 Feb 2010 14:05:04 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751576Ab0BHOFB (ORCPT ); Mon, 8 Feb 2010 09:05:01 -0500 Received: from mail.mellanox.co.il ([194.90.237.43]:45542 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751530Ab0BHOFA (ORCPT ); Mon, 8 Feb 2010 09:05:00 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from vlad@mellanox.co.il) with SMTP; 8 Feb 2010 16:04:54 +0200 Received: from localhost ([10.4.1.80]) by mtlexch01.mtl.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 8 Feb 2010 16:04:53 +0200 Date: Mon, 8 Feb 2010 16:04:55 +0200 From: Vladimir Sokolovsky To: rdreier@cisco.com Cc: linux-rdma@vger.kernel.org Subject: [PATCH] Add new device IDs for ConnectX VPI HCAs Message-ID: <20100208140455.GA24593@vlad-laptop> Reply-To: vlad@dev.mellanox.co.il MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-OriginalArrivalTime: 08 Feb 2010 14:04:53.0981 (UTC) FILETIME=[B01820D0:01CAA8C7] X-TM-AS-Product-Ver: SMEX-8.0.0.1181-6.000.1038-17180.007 X-TM-AS-Result: No--2.380600-8.000000-31 X-TM-AS-User-Approved-Sender: No X-TM-AS-User-Blocked-Sender: No Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Mon, 08 Feb 2010 14:05:04 +0000 (UTC) diff --git a/src/mlx4.c b/src/mlx4.c index 1295c53..973df68 100644 --- a/src/mlx4.c +++ b/src/mlx4.c @@ -66,6 +66,8 @@ struct { HCA(MELLANOX, 0x6354), /* MT25408 "Hermon" QDR */ HCA(MELLANOX, 0x6732), /* MT25408 "Hermon" DDR PCIe gen2 */ HCA(MELLANOX, 0x673c), /* MT25408 "Hermon" QDR PCIe gen2 */ + HCA(MELLANOX, 0x6746), /* MT26438 ConnectX VPI PCIe 2.0 5GT/s - IB QDR / 10GigE Virt+ */ + HCA(MELLANOX, 0x6778), /* MT26488 ConnectX VPI PCIe 2.0 5GT/s - IB DDR / 10GigE Virt+ */ }; static struct ibv_context_ops mlx4_ctx_ops = {