diff mbox

Add new device IDs for ConnectX VPI HCAs

Message ID 20100208140455.GA24593@vlad-laptop (mailing list archive)
State Superseded, archived
Headers show

Commit Message

Vladimir Sokolovsky Feb. 8, 2010, 2:04 p.m. UTC
None
diff mbox

Patch

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 = {