Skip to content

Commit

Permalink
[exanic] Add PCI device ID for another X40 variant
Browse files Browse the repository at this point in the history
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
Peter von Konigsmark authored and mcb30 committed Sep 7, 2017
1 parent f756fd7 commit 9720f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/net/exanic.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 9720f83

Please sign in to comment.