mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00:00
dde_ipxe: enable support for intel i219v card
This commit is contained in:
parent
bdf70c0ecc
commit
ec6b23897f
@ -1,3 +1,6 @@
|
||||
diff --git a/src/drivers/net/intel.c b/src/drivers/net/intel.c
|
||||
index c3a7d407..8e8cea67 100644
|
||||
--- a/src/drivers/net/intel.c
|
||||
+++ b/src/drivers/net/intel.c
|
||||
@@ -305,6 +305,9 @@ static int intel_reset ( struct intel_nic *intel ) {
|
||||
return 0;
|
||||
@ -9,7 +12,7 @@
|
||||
/* Reset PHY and MAC simultaneously */
|
||||
writel ( ( ctrl | INTEL_CTRL_RST | INTEL_CTRL_PHY_RST ),
|
||||
intel->regs + INTEL_CTRL );
|
||||
@@ -953,6 +956,12 @@ static struct pci_device_id intel_nics[] = {
|
||||
@@ -953,6 +956,13 @@ 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 ),
|
||||
@ -19,9 +22,12 @@
|
||||
+ PCI_ROM ( 0x8086, 0x15a2, "i218lm-3", "I218-LM", 0 ),
|
||||
+ PCI_ROM ( 0x8086, 0x156f, "i219lm", "I219-LM", 0 ),
|
||||
+ PCI_ROM ( 0x8086, 0x15b7, "i219lm", "I219-LM", 0 ),
|
||||
PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
|
||||
+ PCI_ROM ( 0x8086, 0x1570, "i219v", "I219V", 0 ),
|
||||
PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
|
||||
PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),
|
||||
};
|
||||
diff --git a/src/drivers/net/intel.h b/src/drivers/net/intel.h
|
||||
index 20b4255e..2a11e1df 100644
|
||||
--- a/src/drivers/net/intel.h
|
||||
+++ b/src/drivers/net/intel.h
|
||||
@@ -138,10 +138,10 @@ enum intel_descriptor_status {
|
||||
|
@ -1 +1 @@
|
||||
39437da8e285349121639ea372bcf756f2e87ff0
|
||||
f51dbfc4d47bd95554d60f162f0cde4695d2251c
|
||||
|
Loading…
x
Reference in New Issue
Block a user