dde_ipxe: enable Intel I218-LM (rev 03) PCI-ID

Fixes #1754
This commit is contained in:
Christian Prochaska 2015-10-28 16:14:15 +01:00 committed by Christian Helmuth
parent 64a4713fe6
commit f8c1379f15
2 changed files with 4 additions and 3 deletions

View File

@ -1,14 +1,15 @@
diff --git a/src/drivers/net/intel.c b/src/drivers/net/intel.c
index c3a7d40..c85f070 100644
index c3a7d40..794edbb 100644
--- a/src/drivers/net/intel.c
+++ b/src/drivers/net/intel.c
@@ -953,6 +953,9 @@ static struct pci_device_id intel_nics[] = {
@@ -953,6 +953,10 @@ 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, 0x153a, "i217lm", "I217LM", 0 ),
+ PCI_ROM ( 0x8086, 0x1559, "i218v", "I218V", 0 ),
+ PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218LM", 0 ),
+ PCI_ROM ( 0x8086, 0x15a2, "i218lm-3", "I218-LM", 0 ),
PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),
};

View File

@ -1 +1 @@
eff35e8421342189782bdf285801a13fdaa751ec
5385d261f5973bda28547cd9a5037058b126e01c