mirror of https://github.com/ipxe/ipxe.git
[exanic] Add PCI device ID for another X40 variant
Modified-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/66/head
parent
f756fd78f7
commit
9720f8396f
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue