david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[exanic] Add PCI device ID for another X40 variant

Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Peter von Konigsmark 2017-09-07 12:37:09 +01:00 committed by Michael Brown
parent f756fd78f7
commit 9720f8396f
1 changed files with 1 additions and 0 deletions

View 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 */