summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/intel.c
diff options
context:
space:
mode:
authorChristian Nilsson2016-06-16 12:41:40 +0200
committerMichael Brown2016-06-16 12:42:24 +0200
commitec992b97c27743e2fbfafc57db5403cf9541cb31 (patch)
treecc0c2beaed1b0714dbcda30de7b2c8f6bbe324ed /src/drivers/net/intel.c
parent[thunderx] Fix channel configuration for VNICs 1-7 (diff)
downloadipxe-ec992b97c27743e2fbfafc57db5403cf9541cb31.tar.gz
ipxe-ec992b97c27743e2fbfafc57db5403cf9541cb31.tar.xz
ipxe-ec992b97c27743e2fbfafc57db5403cf9541cb31.zip
[intel] Add PCI device ID for another I219-LM
Tested-by: Kuniyasu Suzaki <k.suzaki@aist.go.jp> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/net/intel.c')
-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 a64dd191..127f5c7e 100644
--- a/src/drivers/net/intel.c
+++ b/src/drivers/net/intel.c
@@ -1067,6 +1067,7 @@ static struct pci_device_id intel_nics[] = {
PCI_ROM ( 0x8086, 0x15a1, "i218v-2", "I218-V", 0 ),
PCI_ROM ( 0x8086, 0x15a2, "i218lm-3", "I218-LM", INTEL_NO_PHY_RST ),
PCI_ROM ( 0x8086, 0x15a3, "i218v-3", "I218-V", INTEL_NO_PHY_RST ),
+ PCI_ROM ( 0x8086, 0x15b7, "i219lm-2", "I219-LM (2)", 0 ),
PCI_ROM ( 0x8086, 0x15b8, "i219v-2", "I219-V (2)", 0 ),
PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),