summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Helmuth2023-12-21 13:51:26 +0100
committerChristian Helmuth2023-12-21 13:53:24 +0100
commit119c415ee47aaef2717104fea493377aa9a65874 (patch)
tree24d463b369eb020520a4ab34e6cfa83e5b032fef
parent[efi] Add potentially missing relocation types (diff)
downloadipxe-119c415ee47aaef2717104fea493377aa9a65874.tar.gz
ipxe-119c415ee47aaef2717104fea493377aa9a65874.tar.xz
ipxe-119c415ee47aaef2717104fea493377aa9a65874.zip
[intel] Add PCI ID for I219-LM (23)
Successfully tested on FUJITSU LIFEBOOK U7413. Signed-off-by: Christian Helmuth <christian.helmuth@genode-labs.com>
-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 46527bdb..7879714f 100644
--- a/src/drivers/net/intel.c
+++ b/src/drivers/net/intel.c
@@ -1043,6 +1043,7 @@ static struct pci_device_id intel_nics[] = {
PCI_ROM ( 0x8086, 0x0d4f, "i219v-10", "I219-V (10)", INTEL_I219 ),
PCI_ROM ( 0x8086, 0x0d53, "i219lm-12", "I219-LM (12)", INTEL_I219 ),
PCI_ROM ( 0x8086, 0x0d55, "i219v-12", "I219-V (12)", INTEL_I219 ),
+ PCI_ROM ( 0x8086, 0x0dc5, "i219lm-23", "I219-LM (23)", INTEL_I219 ),
PCI_ROM ( 0x8086, 0x1000, "82542-f", "82542 (Fiber)", 0 ),
PCI_ROM ( 0x8086, 0x1001, "82543gc-f", "82543GC (Fiber)", 0 ),
PCI_ROM ( 0x8086, 0x1004, "82543gc", "82543GC (Copper)", 0 ),