diff options
| author | Ben Bleything | 2018-11-04 07:53:27 +0100 |
|---|---|---|
| committer | Michael Brown | 2020-07-22 13:21:49 +0200 |
| commit | afaf4272b11028febcc74336283751cbd2accdaf (patch) | |
| tree | 39ab4efa0ed2f8407f2d5e2013af644ebd8641eb /src/drivers/net | |
| parent | [intel] Add INTEL_NO_PHY_RST for I218LM (diff) | |
| download | ipxe-afaf4272b11028febcc74336283751cbd2accdaf.tar.gz ipxe-afaf4272b11028febcc74336283751cbd2accdaf.tar.xz ipxe-afaf4272b11028febcc74336283751cbd2accdaf.zip | |
[intel] Set INTEL_NO_PHY_RST on i218v
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/net')
| -rw-r--r-- | src/drivers/net/intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/intel.c b/src/drivers/net/intel.c index 52053cd52..d9b8b46b7 100644 --- a/src/drivers/net/intel.c +++ b/src/drivers/net/intel.c @@ -1134,7 +1134,7 @@ static struct pci_device_id intel_nics[] = { PCI_ROM ( 0x8086, 0x1539, "i211", "I211", 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, 0x1559, "i218v", "I218-V", INTEL_NO_PHY_RST ), PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218-LM", INTEL_NO_PHY_RST ), PCI_ROM ( 0x8086, 0x156f, "i219lm", "I219-LM", INTEL_I219 ), PCI_ROM ( 0x8086, 0x1570, "i219v", "I219-V", INTEL_I219 ), |
