From: Christian Nilsson Date: Thu, 16 Jun 2016 10:41:40 +0000 (+0100) Subject: [intel] Add PCI device ID for another I219-LM X-Git-Tag: v1.20.1~421 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec992b97c27743e2fbfafc57db5403cf9541cb31;p=thirdparty%2Fipxe.git [intel] Add PCI device ID for another I219-LM Tested-by: Kuniyasu Suzaki Signed-off-by: Michael Brown --- diff --git a/src/drivers/net/intel.c b/src/drivers/net/intel.c index a64dd1913..127f5c7e7 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 ),