[intel] Add INTEL_NO_PHY_RST for I217-LM

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/43/head
Torgeir Wulfsberg 2015-12-07 19:52:16 +00:00 committed by Michael Brown
parent 296dee6d38
commit d6945925d8
1 changed files with 1 additions and 1 deletions

View File

@ -1058,7 +1058,7 @@ 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, 0x1539, "i211", "I211", 0 ),
PCI_ROM ( 0x8086, 0x153a, "i217lm", "I217-LM", 0 ),
PCI_ROM ( 0x8086, 0x153a, "i217lm", "I217-LM", INTEL_NO_PHY_RST ),
PCI_ROM ( 0x8086, 0x153b, "i217v", "I217-V", 0 ),
PCI_ROM ( 0x8086, 0x1559, "i218v", "I218-V", 0),
PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218-LM", 0),