summaryrefslogtreecommitdiffstats
path: root/drivers/net/mlx4/main.c
diff options
context:
space:
mode:
authorJack Morgenstein2007-07-02 16:36:18 +0200
committerRoland Dreier2007-07-03 05:41:35 +0200
commit786f238e4f2f0d962831ee3228f2327133eb082a (patch)
tree03e2a83ff7fcb191f5b45d24377a5d8aa9eaffb1 /drivers/net/mlx4/main.c
parentMerge branch 'for_linus' of master.kernel.org:/pub/scm/linux/kernel/git/galak... (diff)
downloadkernel-qcow2-linux-786f238e4f2f0d962831ee3228f2327133eb082a.tar.gz
kernel-qcow2-linux-786f238e4f2f0d962831ee3228f2327133eb082a.tar.xz
kernel-qcow2-linux-786f238e4f2f0d962831ee3228f2327133eb082a.zip
mlx4_core: Add new Mellanox device IDs
Add new IDs for PCIe gen2 devices. Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/net/mlx4/main.c')
-rw-r--r--drivers/net/mlx4/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/mlx4/main.c b/drivers/net/mlx4/main.c
index 41eafebf5823..c3da2a2f5431 100644
--- a/drivers/net/mlx4/main.c
+++ b/drivers/net/mlx4/main.c
@@ -911,6 +911,8 @@ static struct pci_device_id mlx4_pci_table[] = {
{ PCI_VDEVICE(MELLANOX, 0x6340) }, /* MT25408 "Hermon" SDR */
{ PCI_VDEVICE(MELLANOX, 0x634a) }, /* MT25408 "Hermon" DDR */
{ 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 */
{ 0, }
};