david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[intel] Add Intel I217 Gigabit Ethernet PCI ID

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
lolipop 2013-09-20 18:56:33 +04:00 committed by Michael Brown
parent 6f43ba411d
commit 0780bccb68
1 changed files with 1 additions and 0 deletions

View File

@ -958,6 +958,7 @@ static struct pci_device_id intel_nics[] = {
PCI_ROM ( 0x8086, 0x1526, "82576-5", "82576", 0 ),
PCI_ROM ( 0x8086, 0x1527, "82580-f2", "82580 Fiber", 0 ),
PCI_ROM ( 0x8086, 0x1533, "i210", "I210", 0 ),
PCI_ROM ( 0x8086, 0x153b, "i217", "I217", 0 ),
PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),
};