diff options
author | Thomas Miletich <thomas.miletich@gmail.com> | 2015-03-06 21:39:42 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-03-09 14:20:41 +0000 |
commit | 02bf4f16f3e8b4833990187de7fdf72b87c2b6a8 (patch) | |
tree | 9bb0b58bd83b859d4fcdb357bd2aed74cdbd753b /src/drivers/net | |
parent | 042a982c4db959cb2e744cc10f1b9408e7f2f135 (diff) | |
download | ipxe-02bf4f16f3e8b4833990187de7fdf72b87c2b6a8.tar.gz |
[intel] Add PCI ID for I218-LM
Signed-off-by: Thomas Miletich <thomas.miletich@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/net')
-rw-r--r-- | src/drivers/net/intel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/net/intel.c b/src/drivers/net/intel.c index c6fa6bf1..ffa02761 100644 --- a/src/drivers/net/intel.c +++ b/src/drivers/net/intel.c @@ -1001,6 +1001,7 @@ static struct pci_device_id intel_nics[] = { PCI_ROM ( 0x8086, 0x1527, "82580-f2", "82580 Fiber", 0 ), PCI_ROM ( 0x8086, 0x1533, "i210", "I210", 0 ), PCI_ROM ( 0x8086, 0x153a, "i217lm", "I217-LM", 0 ), + PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218-LM", 0), PCI_ROM ( 0x8086, 0x153b, "i217v", "I217-V", 0 ), PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ), PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ), |