summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorJerone Young2017-07-03 00:23:17 +0200
committerMichael Brown2017-07-05 11:57:59 +0200
commit1015a350f7952ffeaaab85b569e10744b0f2c1ee (patch)
tree44dd01c448ce77ab667cb2126f8b8598895a3893 /src/drivers
parent[tls] Support RFC5746 secure renegotiation (diff)
downloadipxe-1015a350f7952ffeaaab85b569e10744b0f2c1ee.tar.gz
ipxe-1015a350f7952ffeaaab85b569e10744b0f2c1ee.tar.xz
ipxe-1015a350f7952ffeaaab85b569e10744b0f2c1ee.zip
[intel] Add support for I219-V in 7th Gen Intel NUC
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/net/intel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/net/intel.c b/src/drivers/net/intel.c
index d09978ad..f66de7bf 100644
--- a/src/drivers/net/intel.c
+++ b/src/drivers/net/intel.c
@@ -1132,6 +1132,7 @@ static struct pci_device_id intel_nics[] = {
PCI_ROM ( 0x8086, 0x15a3, "i218v-3", "I218-V", INTEL_NO_PHY_RST ),
PCI_ROM ( 0x8086, 0x15b7, "i219lm-2", "I219-LM (2)", INTEL_NO_PHY_RST ),
PCI_ROM ( 0x8086, 0x15b8, "i219v-2", "I219-V (2)", 0 ),
+ PCI_ROM ( 0x8086, 0x15d8, "i219v-4", "I219-V (4)", INTEL_NO_PHY_RST ),
PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),
};