Skip to content

Commit d694592

Browse files
Torgeir Wulfsbergmcb30
authored andcommittedDec 7, 2015
[intel] Add INTEL_NO_PHY_RST for I217-LM
Signed-off-by: Michael Brown <mcb30@ipxe.org>
1 parent 296dee6 commit d694592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/drivers/net/intel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ static struct pci_device_id intel_nics[] = {
10581058
PCI_ROM ( 0x8086, 0x1527, "82580-f2", "82580 Fiber", 0 ),
10591059
PCI_ROM ( 0x8086, 0x1533, "i210", "I210", 0 ),
10601060
PCI_ROM ( 0x8086, 0x1539, "i211", "I211", 0 ),
1061-
PCI_ROM ( 0x8086, 0x153a, "i217lm", "I217-LM", 0 ),
1061+
PCI_ROM ( 0x8086, 0x153a, "i217lm", "I217-LM", INTEL_NO_PHY_RST ),
10621062
PCI_ROM ( 0x8086, 0x153b, "i217v", "I217-V", 0 ),
10631063
PCI_ROM ( 0x8086, 0x1559, "i218v", "I218-V", 0),
10641064
PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218-LM", 0),

0 commit comments

Comments
 (0)
Please sign in to comment.