dde_ipxe: enable Intel I219-LM PCI-ID

lenovo t460p
This commit is contained in:
Alexander Boettcher 2017-11-02 21:38:05 +01:00 committed by Christian Helmuth
parent eae0445cd8
commit 0f6afa3d89
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@
/* Reset PHY and MAC simultaneously */
writel ( ( ctrl | INTEL_CTRL_RST | INTEL_CTRL_PHY_RST ),
intel->regs + INTEL_CTRL );
@@ -953,6 +956,11 @@ static struct pci_device_id intel_nics[] = {
@@ -953,6 +956,12 @@ 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 ),
@ -18,6 +18,7 @@
+ PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218LM", 0 ),
+ PCI_ROM ( 0x8086, 0x15a2, "i218lm-3", "I218-LM", 0 ),
+ PCI_ROM ( 0x8086, 0x156f, "i219lm", "I219-LM", 0 ),
+ PCI_ROM ( 0x8086, 0x15b7, "i219lm", "I219-LM", 0 ),
PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),
};

View File

@ -1 +1 @@
3bdff36769bbe70cc2d711b3ca4e00536a0e51da
39437da8e285349121639ea372bcf756f2e87ff0