david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[hermon] Add PCI ID for ConnectX QDR card

Patch provided by Itay Gazit <itaygazit@gmail.com>.
This commit is contained in:
Michael Brown 2008-12-04 20:48:53 +00:00
parent 4d7c650164
commit 3a799e99ca
1 changed files with 1 additions and 0 deletions

1
src/drivers/infiniband/hermon.c Normal file → Executable file
View File

@ -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 = {