]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[exanic] Add PCI device ID for another X40 variant
authorPeter von Konigsmark <peter@exablaze.com>
Thu, 7 Sep 2017 11:37:09 +0000 (12:37 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 7 Sep 2017 11:37:09 +0000 (12:37 +0100)
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/exanic.c

index 64a47b4542bf932f3dcba4539ad5c114732d02c1..287e14e8d887b65ffb3594ee0eeea178f491fc69 100644 (file)
@@ -903,6 +903,7 @@ static struct pci_device_id exanic_ids[] = {
        PCI_ROM ( 0x1ce4, 0x0004, "exanic-x10gm", "ExaNIC X10 GM", 0 ),
        PCI_ROM ( 0x1ce4, 0x0005, "exanic-x40", "ExaNIC X40", 0 ),
        PCI_ROM ( 0x1ce4, 0x0006, "exanic-x10hpt", "ExaNIC X10 HPT", 0 ),
+       PCI_ROM ( 0x1ce4, 0x0007, "exanic-x40g", "ExaNIC X40", 0 ),
 };
 
 /** ExaNIC PCI driver */