summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas Miletich2015-03-06 21:39:42 +0100
committerMichael Brown2015-03-09 15:20:41 +0100
commit02bf4f16f3e8b4833990187de7fdf72b87c2b6a8 (patch)
tree9bb0b58bd83b859d4fcdb357bd2aed74cdbd753b /src
parent[http] Support MD5-sess Digest authentication (diff)
downloadipxe-02bf4f16f3e8b4833990187de7fdf72b87c2b6a8.tar.gz
ipxe-02bf4f16f3e8b4833990187de7fdf72b87c2b6a8.tar.xz
ipxe-02bf4f16f3e8b4833990187de7fdf72b87c2b6a8.zip
[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')
-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 c6fa6bf14..ffa027616 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 ),