mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
dde_ipxe: enable Intel I219-LM PCI-ID
This commit is contained in:
parent
1e4672db4a
commit
16adc852a5
@ -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 ),
|
||||
};
|
||||
|
@ -1 +1 @@
|
||||
0e098bb1997a34688b68cec10f8173305aca9493
|
||||
07dd65ccba7d9b1f98579fcf0d0755dc8a53e1a4
|
||||
|
Loading…
x
Reference in New Issue
Block a user