From: Christian I. Nilsson Date: Mon, 15 Dec 2025 20:47:19 +0000 (+0100) Subject: [intel] Add PCI ID for I219-V and -LM 24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d5cd3d79e8d8adb723e9e560a636947e19114a3;p=thirdparty%2Fipxe.git [intel] Add PCI ID for I219-V and -LM 24 Signed-off-by: Christian I. Nilsson --- diff --git a/src/drivers/net/intel.c b/src/drivers/net/intel.c index 598dce754..845ba3e7f 100644 --- a/src/drivers/net/intel.c +++ b/src/drivers/net/intel.c @@ -1200,6 +1200,8 @@ static struct pci_device_id intel_nics[] = { PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ), PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ), PCI_ROM ( 0x8086, 0x5502, "i225lmvp", "I225-LMvP", INTEL_PBSIZE_RST ), + PCI_ROM ( 0x8086, 0x57a0, "i219lm-24", "I219-LM (24)", INTEL_I219 ), + PCI_ROM ( 0x8086, 0x57a1, "i219v-24", "I219-V (24)", INTEL_I219 ), }; /** Intel PCI driver */