summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorMichael Brown2008-12-04 21:48:53 +0100
committerMichael Brown2008-12-04 21:48:53 +0100
commit3a799e99ca026dd01bb1f69c04cdf2b6f2c6d6da (patch)
tree8fe3475adcbd95e1391526949f2f090478bb6595 /src/drivers
parent[romprefix] Change from opt-in to opt-out when booting via INT19 (diff)
downloadipxe-3a799e99ca026dd01bb1f69c04cdf2b6f2c6d6da.tar.gz
ipxe-3a799e99ca026dd01bb1f69c04cdf2b6f2c6d6da.tar.xz
ipxe-3a799e99ca026dd01bb1f69c04cdf2b6f2c6d6da.zip
[hermon] Add PCI ID for ConnectX QDR card
Patch provided by Itay Gazit <itaygazit@gmail.com>.
Diffstat (limited to 'src/drivers')
-rwxr-xr-x[-rw-r--r--]src/drivers/infiniband/hermon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/infiniband/hermon.c b/src/drivers/infiniband/hermon.c
index dbf92a0fe..f598a31f0 100644..100755
--- a/src/drivers/infiniband/hermon.c
+++ b/src/drivers/infiniband/hermon.c
@@ -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 = {