From: Yevgeny Petrilin Date: Wed, 22 Oct 2008 22:48:03 +0000 (-0700) Subject: mlx4_core: Add Ethernet PCI device IDs X-Git-Tag: v2.6.28-rc1~61^2^6 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=57893d1cff4606915c13a4610d4e2d6048633f8e;p=linux-2.6-omap-h63xx.git mlx4_core: Add Ethernet PCI device IDs Signed-off-by: Yevgeny Petrilin Signed-off-by: Roland Dreier --- diff --git a/drivers/net/mlx4/main.c b/drivers/net/mlx4/main.c index c1d447873bf..468921b8f4b 100644 --- a/drivers/net/mlx4/main.c +++ b/drivers/net/mlx4/main.c @@ -1195,6 +1195,8 @@ static struct pci_device_id mlx4_pci_table[] = { { PCI_VDEVICE(MELLANOX, 0x6354) }, /* MT25408 "Hermon" QDR */ { PCI_VDEVICE(MELLANOX, 0x6732) }, /* MT25408 "Hermon" DDR PCIe gen2 */ { PCI_VDEVICE(MELLANOX, 0x673c) }, /* MT25408 "Hermon" QDR PCIe gen2 */ + { PCI_VDEVICE(MELLANOX, 0x6368) }, /* MT25408 "Hermon" EN 10GigE */ + { PCI_VDEVICE(MELLANOX, 0x6750) }, /* MT25408 "Hermon" EN 10GigE PCIe gen2 */ { 0, } };