Skip to content

Commit

Permalink
[hermon] Add PCI ID for ConnectX QDR card
Browse files Browse the repository at this point in the history
Patch provided by Itay Gazit <itaygazit@gmail.com>.
  • Loading branch information
Michael Brown committed Dec 4, 2008
1 parent 4d7c650 commit 3a799e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/infiniband/hermon.c 100644 → 100755
Expand Up @@ -2309,6 +2309,7 @@ static struct pci_device_id hermon_nics[] = {
PCI_ROM ( 0x15b3, 0x6340, "mt25408", "MT25408 HCA driver" ),
PCI_ROM ( 0x15b3, 0x634a, "mt25418", "MT25418 HCA driver" ),
PCI_ROM ( 0x15b3, 0x6732, "mt26418", "MT26418 HCA driver" ),
PCI_ROM ( 0x15b3, 0x673c, "mt26428", "MT26428 HCA driver" ),
};

struct pci_driver hermon_driver __pci_driver = {
Expand Down

0 comments on commit 3a799e9

Please sign in to comment.