]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[intel] Add Intel I217 Gigabit Ethernet PCI ID
authorlolipop <hackru@gmail.com>
Fri, 20 Sep 2013 14:56:33 +0000 (18:56 +0400)
committerMichael Brown <mcb30@ipxe.org>
Wed, 23 Oct 2013 11:03:58 +0000 (12:03 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/intel.c

index 569f3911f13228213b6c7795797ee5ba88aca90c..04e86dd40ac305c86a431e3eb47cd4fc59b70d95 100644 (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 ),
 };