dde_ipxe: enable Intel i211 network card

Fixes #3201
This commit is contained in:
Alexander Boettcher 2019-03-03 14:49:11 +01:00 committed by Christian Helmuth
parent 00ac29e53d
commit 1cc3472e1d
2 changed files with 3 additions and 2 deletions

View File

@ -33,10 +33,11 @@ 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,17 @@ static struct pci_device_id intel_nics[] = {
@@ -953,6 +956,18 @@ 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, 0x1539, "i211", "I211", 0 ),
+ PCI_ROM ( 0x8086, 0x153a, "i217lm", "I217LM", 0 ),
+ PCI_ROM ( 0x8086, 0x1559, "i218v", "I218V", 0 ),
+ PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218LM", 0 ),

View File

@ -1 +1 @@
a4a9f5aaa271091785023b6367e5911438144a71
fc3380eff40122f956571bb8e6576c0bf0a92464