]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[intel] Add I217-LM PCI ID
authorJan Kiszka <jan.kiszka@web.de>
Mon, 15 Sep 2014 06:00:06 +0000 (08:00 +0200)
committerMichael Brown <mcb30@ipxe.org>
Tue, 16 Sep 2014 15:00:50 +0000 (16:00 +0100)
Add the ID for the LM variant and differentiate it from the I217-V.

Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/intel.c

index d29bd16faa887630cd0de09044baf1973dcf37ae..8cc0e7f9c8237814a249903cd8da9cdd5bf9a868 100644 (file)
@@ -996,7 +996,8 @@ 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, 0x153a, "i217lm", "I217-LM", 0 ),
+       PCI_ROM ( 0x8086, 0x153b, "i217v", "I217-V", 0 ),
        PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
        PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),
 };