dde_ipxe: add pciid for I219-LM (found in T470p)

Fixes #2753.
This commit is contained in:
Josef Söntgen 2018-03-22 14:26:53 +01:00 committed by Christian Helmuth
parent 77a2e02a0d
commit ca108222c6
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
diff --git a/src/drivers/net/intel.c b/src/drivers/net/intel.c
index c3a7d407..8e8cea67 100644
index c3a7d407..5e4eb435 100644
--- a/src/drivers/net/intel.c
+++ b/src/drivers/net/intel.c
@@ -305,6 +305,9 @@ static int intel_reset ( struct intel_nic *intel ) {
@ -12,7 +12,7 @@ index c3a7d407..8e8cea67 100644
/* Reset PHY and MAC simultaneously */
writel ( ( ctrl | INTEL_CTRL_RST | INTEL_CTRL_PHY_RST ),
intel->regs + INTEL_CTRL );
@@ -953,6 +956,13 @@ static struct pci_device_id intel_nics[] = {
@@ -953,6 +956,14 @@ 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 ),
@ -22,6 +22,7 @@ index c3a7d407..8e8cea67 100644
+ 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, 0x15e3, "i219lm", "I219-LM", 0 ),
+ PCI_ROM ( 0x8086, 0x1570, "i219v", "I219V", 0 ),
PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),