[ipxe-devel] [PATCH] [intel] Add PCI ID for I219-V/LM
Lukas Grossar
lukas.grossar at adfinis-sygroup.ch
Mon Jul 11 15:06:01 UTC 2016
Signed-off-by: Lukas Grossar <lukas.grossar at adfinis-sygroup.ch>
---
src/drivers/net/intel.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/drivers/net/intel.c b/src/drivers/net/intel.c
index 127f5c7..4f8a4cb 100644
--- a/src/drivers/net/intel.c
+++ b/src/drivers/net/intel.c
@@ -1062,6 +1062,8 @@ static struct pci_device_id intel_nics[] = {
PCI_ROM ( 0x8086, 0x153b, "i217v", "I217-V", 0 ),
PCI_ROM ( 0x8086, 0x1559, "i218v", "I218-V", 0),
PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218-LM", 0),
+ PCI_ROM ( 0x8086, 0x156f, "i219lm", "I219-LM", 0 ),
+ PCI_ROM ( 0x8086, 0x1570, "i219v", "I219-V", 0 ),
PCI_ROM ( 0x8086, 0x157b, "i210-2", "I210", 0 ),
PCI_ROM ( 0x8086, 0x15a0, "i218lm-2", "I218-LM", INTEL_NO_PHY_RST ),
PCI_ROM ( 0x8086, 0x15a1, "i218v-2", "I218-V", 0 ),
--
2.9.0
More information about the ipxe-devel
mailing list