mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-21 03:55:04 +00:00
parent
bd6ffb8261
commit
ee86b9d47a
12
repos/dde_ipxe/patches/i217lm.patch
Normal file
12
repos/dde_ipxe/patches/i217lm.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/src/drivers/net/intel.c b/src/drivers/net/intel.c
|
||||
index c3a7d40..1522492 100644
|
||||
--- a/src/drivers/net/intel.c
|
||||
+++ b/src/drivers/net/intel.c
|
||||
@@ -953,6 +953,7 @@ 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 ),
|
||||
+ PCI_ROM ( 0x8086, 0x153a, "i217lm", "I217LM", 0 ),
|
||||
PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
|
||||
PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),
|
||||
};
|
@ -1 +1 @@
|
||||
dd20430a63574f65a0b1d423230844d0c30e1b1b
|
||||
3229f4723b776b76bad989017213f9393b26a74a
|
||||
|
@ -6,7 +6,8 @@ URL(ipxe) := http://git.ipxe.org/ipxe.git
|
||||
REV(ipxe) := c4bce43c3c4d3c5ebb2d926b58ad16dc9642c19d
|
||||
DIR(ipxe) := src/lib/dde_ipxe
|
||||
|
||||
PATCHES := patches/dde_ipxe.patch
|
||||
PATCHES := patches/dde_ipxe.patch \
|
||||
patches/i217lm.patch
|
||||
PATCH_OPT := -p1 -d ${DIR(ipxe)}
|
||||
|
||||
# vi: set ft=make :
|
||||
|
Loading…
Reference in New Issue
Block a user