[ipxe-devel] [PATCH] Intel i210/i211: Add PCI IDs for flashless operation
Kyösti Mälkki
kyosti.malkki at gmail.com
Wed Nov 4 20:27:37 UTC 2015
Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
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 6309e9a..2326bc5 100644
--- a/src/drivers/net/intel.c
+++ b/src/drivers/net/intel.c
@@ -1048,10 +1048,12 @@ static struct pci_device_id intel_nics[] = {
PCI_ROM ( 0x8086, 0x1526, "82576-5", "82576", 0 ),
PCI_ROM ( 0x8086, 0x1527, "82580-f2", "82580 Fiber", 0 ),
PCI_ROM ( 0x8086, 0x1533, "i210", "I210", 0 ),
+ PCI_ROM ( 0x8086, 0x1539, "i211", "I211", 0 ),
PCI_ROM ( 0x8086, 0x153a, "i217lm", "I217-LM", 0 ),
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, 0x157b, "i210-2", "I210", 0 ),
PCI_ROM ( 0x8086, 0x15a0, "i218lm-2", "I218-LM", 0 ),
PCI_ROM ( 0x8086, 0x15a1, "i218v-2", "I218-V", 0 ),
PCI_ROM ( 0x8086, 0x15a2, "i218lm-3", "I218-LM", 0 ),
--
1.9.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20151104/e418ca2d/attachment.htm>
More information about the ipxe-devel
mailing list