summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorRichard Moore2017-08-22 11:38:42 +0200
committerMichael Brown2017-08-22 11:39:00 +0200
commit8b104d881abbeb8f9592708a490c16916b0b1ecc (patch)
tree98e362319125febcdc0351d1230fbf15cd6df1a0 /src/drivers
parent[shell] Enable "shell" command even when BANNER_TIMEOUT is zero (diff)
downloadipxe-8b104d881abbeb8f9592708a490c16916b0b1ecc.tar.gz
ipxe-8b104d881abbeb8f9592708a490c16916b0b1ecc.tar.xz
ipxe-8b104d881abbeb8f9592708a490c16916b0b1ecc.zip
[intel] Add various PCI device IDs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/net/intel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/net/intel.c b/src/drivers/net/intel.c
index f66de7bf..dc511b8a 100644
--- a/src/drivers/net/intel.c
+++ b/src/drivers/net/intel.c
@@ -1132,7 +1132,11 @@ static struct pci_device_id intel_nics[] = {
PCI_ROM ( 0x8086, 0x15a3, "i218v-3", "I218-V", INTEL_NO_PHY_RST ),
PCI_ROM ( 0x8086, 0x15b7, "i219lm-2", "I219-LM (2)", INTEL_NO_PHY_RST ),
PCI_ROM ( 0x8086, 0x15b8, "i219v-2", "I219-V (2)", 0 ),
+ PCI_ROM ( 0x8086, 0x15b9, "i219lm-3", "I219-LM (3)", INTEL_NO_PHY_RST ),
+ PCI_ROM ( 0x8086, 0x15d6, "i219v-5", "I219-V (5)", INTEL_NO_PHY_RST ),
+ PCI_ROM ( 0x8086, 0x15d7, "i219lm-4", "I219-LM (4)", INTEL_NO_PHY_RST ),
PCI_ROM ( 0x8086, 0x15d8, "i219v-4", "I219-V (4)", INTEL_NO_PHY_RST ),
+ PCI_ROM ( 0x8086, 0x15e3, "i219lm-5", "I219-LM (5)", INTEL_NO_PHY_RST ),
PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),
};