]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[hermon] Add support for MT26418 device
authorMichael Brown <mcb30@etherboot.org>
Tue, 8 Jul 2008 23:53:03 +0000 (00:53 +0100)
committerMichael Brown <mcb30@etherboot.org>
Tue, 8 Jul 2008 23:53:38 +0000 (00:53 +0100)
PCI ID supplied (and tested) by Frederic
Temporelli <frederic.temporelli@bull.net>

src/drivers/infiniband/hermon.c

index c198556ecd7d9e0580094a66c2d13c1f49edb81b..439974eb859ee7dd5d228b28e8fc721956fa640b 100644 (file)
@@ -2290,6 +2290,7 @@ static void hermon_remove ( struct pci_device *pci ) {
 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" ),
 };
 
 struct pci_driver hermon_driver __pci_driver = {