From 16adc852a5efc247ae34ab23b7738bbd6ba9d463 Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Tue, 24 May 2016 10:22:20 +0200 Subject: [PATCH] dde_ipxe: enable Intel I219-LM PCI-ID --- repos/dde_ipxe/patches/intel.patch | 3 ++- repos/dde_ipxe/ports/dde_ipxe.hash | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/repos/dde_ipxe/patches/intel.patch b/repos/dde_ipxe/patches/intel.patch index 18e3c67088..5a7d1c6bd5 100644 --- a/repos/dde_ipxe/patches/intel.patch +++ b/repos/dde_ipxe/patches/intel.patch @@ -9,7 +9,7 @@ /* Reset PHY and MAC simultaneously */ writel ( ( ctrl | INTEL_CTRL_RST | INTEL_CTRL_PHY_RST ), intel->regs + INTEL_CTRL ); -@@ -953,6 +956,10 @@ static struct pci_device_id intel_nics[] = { +@@ -953,6 +956,11 @@ static struct pci_device_id intel_nics[] = { PCI_ROM ( 0x8086, 0x1526, "82576-5", "82576", 0 ), PCI_ROM ( 0x8086, 0x1527, "82580-f2", "82580 Fiber", 0 ), PCI_ROM ( 0x8086, 0x1533, "i210", "I210", 0 ), @@ -17,6 +17,7 @@ + PCI_ROM ( 0x8086, 0x1559, "i218v", "I218V", 0 ), + PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218LM", 0 ), + PCI_ROM ( 0x8086, 0x15a2, "i218lm-3", "I218-LM", 0 ), ++ PCI_ROM ( 0x8086, 0x156f, "i219lm", "I219-LM", 0 ), PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ), PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ), }; diff --git a/repos/dde_ipxe/ports/dde_ipxe.hash b/repos/dde_ipxe/ports/dde_ipxe.hash index 3f53bdf801..d04e61538c 100644 --- a/repos/dde_ipxe/ports/dde_ipxe.hash +++ b/repos/dde_ipxe/ports/dde_ipxe.hash @@ -1 +1 @@ -0e098bb1997a34688b68cec10f8173305aca9493 +07dd65ccba7d9b1f98579fcf0d0755dc8a53e1a4