]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
mlx4_core: Add Ethernet PCI device IDs
authorYevgeny Petrilin <yevgenyp@mellanox.co.il>
Wed, 22 Oct 2008 22:48:03 +0000 (15:48 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 22 Oct 2008 22:48:03 +0000 (15:48 -0700)
Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/net/mlx4/main.c

index c1d447873bf19ae73d58a1d2d1408f754320cc11..468921b8f4b68a047abdf2f247e4a1c3e0ed5d41 100644 (file)
@@ -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, }
 };