[ipxe-devel] [PATCH] Add support for I219-V in 7th Gen Intel NUC

Jerone Young jerone.young at gmail.com
Sun Jul 2 22:23:17 UTC 2017


lspci -nn:
  00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (4) I219-V [8086:15d8] (rev 21)
---
 src/drivers/net/intel.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/drivers/net/intel.c b/src/drivers/net/intel.c
index d09978a..f66de7b 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 ),
 };
-- 
2.9.4




More information about the ipxe-devel mailing list