mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-26 00:21:37 +00:00
Net: Add Intel E1000 82574L PCIe card support
Add Intel E1000 82574L PCIe card support. Test on MPC8544DS and MPC8572 board. Add the missing contact information for future support. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> Acked-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
39768f7715
commit
2c2668f971
3 changed files with 32 additions and 8 deletions
|
@ -1853,6 +1853,7 @@
|
|||
#define PCI_DEVICE_ID_INTEL_82573E 0x108B
|
||||
#define PCI_DEVICE_ID_INTEL_82573E_IAMT 0x108C
|
||||
#define PCI_DEVICE_ID_INTEL_82573L 0x109A
|
||||
#define PCI_DEVICE_ID_INTEL_82574L 0x10D3
|
||||
#define PCI_DEVICE_ID_INTEL_82546GB_QUAD_COPPER_KSP3 0x10B5
|
||||
#define PCI_DEVICE_ID_INTEL_80003ES2LAN_COPPER_DPT 0x1096
|
||||
#define PCI_DEVICE_ID_INTEL_80003ES2LAN_SERDES_DPT 0x1098
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue