Skip to content

Commit 6366fa7

Browse files
Hummel Frankmcb30
authored andcommitted
[intel] Add INTEL_NO_PHY_RST for I218-LM
Signed-off-by: Michael Brown <mcb30@ipxe.org>
1 parent e55ec84 commit 6366fa7

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
@@ -1063,7 +1063,7 @@ static struct pci_device_id intel_nics[] = {
10631063
PCI_ROM ( 0x8086, 0x1559, "i218v", "I218-V", 0),
10641064
PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218-LM", 0),
10651065
PCI_ROM ( 0x8086, 0x157b, "i210-2", "I210", 0 ),
1066-
PCI_ROM ( 0x8086, 0x15a0, "i218lm-2", "I218-LM", 0 ),
1066+
PCI_ROM ( 0x8086, 0x15a0, "i218lm-2", "I218-LM", INTEL_NO_PHY_RST ),
10671067
PCI_ROM ( 0x8086, 0x15a1, "i218v-2", "I218-V", 0 ),
10681068
PCI_ROM ( 0x8086, 0x15a2, "i218lm-3", "I218-LM", 0 ),
10691069
PCI_ROM ( 0x8086, 0x15a3, "i218v-3", "I218-V", INTEL_NO_PHY_RST ),

0 commit comments

Comments
 (0)