]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[intel] Add PCI device IDs for Intel I218-LM and I218-V
authorChristian Hesse <mail@eworm.de>
Wed, 22 Apr 2015 12:48:01 +0000 (14:48 +0200)
committerMichael Brown <mcb30@ipxe.org>
Wed, 22 Apr 2015 12:57:52 +0000 (13:57 +0100)
I218-LM (rev 3) is found in Lenovo Thinkpad X250.  The remaining
device IDs are from linux/drivers/net/ethernet/intel/e1000e/hw.h

Signed-off-by: Christian Hesse <mail@eworm.de>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/intel.c

index 671aad73333f7a743d46cfaaf3ae2cf0760e283b..d08bc92022b4af9162120f7f22065eb174c89414 100644 (file)
@@ -1017,8 +1017,13 @@ static struct pci_device_id intel_nics[] = {
        PCI_ROM ( 0x8086, 0x1527, "82580-f2", "82580 Fiber", 0 ),
        PCI_ROM ( 0x8086, 0x1533, "i210", "I210", 0 ),
        PCI_ROM ( 0x8086, 0x153a, "i217lm", "I217-LM", 0 ),
-       PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218-LM", 0),
        PCI_ROM ( 0x8086, 0x153b, "i217v", "I217-V", 0 ),
+       PCI_ROM ( 0x8086, 0x1559, "i218v", "I218-V", 0),
+       PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218-LM", 0),
+       PCI_ROM ( 0x8086, 0x15a0, "i218lm-2", "I218-LM", 0 ),
+       PCI_ROM ( 0x8086, 0x15a1, "i218v-2", "I218-V", 0 ),
+       PCI_ROM ( 0x8086, 0x15a2, "i218lm-3", "I218-LM", 0 ),
+       PCI_ROM ( 0x8086, 0x15a3, "i218v-3", "I218-V", 0 ),
        PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
        PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),
 };