diff options
| author | Roy Zang <tie-fei.zang@freescale.com> | 2011-01-21 11:29:38 +0800 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-04-11 22:20:13 +0200 | 
| commit | 2c2668f97132da44516a3847d365269b41bee9d7 (patch) | |
| tree | 46d416800e5a3ca22f7fae50b82c5bf871320195 /drivers/net/e1000.h | |
| parent | 39768f7715ed637ef02f49fc7de664cc1aaf14b3 (diff) | |
| download | olio-uboot-2014.01-2c2668f97132da44516a3847d365269b41bee9d7.tar.xz olio-uboot-2014.01-2c2668f97132da44516a3847d365269b41bee9d7.zip | |
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>
Diffstat (limited to 'drivers/net/e1000.h')
| -rw-r--r-- | drivers/net/e1000.h | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/drivers/net/e1000.h b/drivers/net/e1000.h index eb0804b41..720d8c67c 100644 --- a/drivers/net/e1000.h +++ b/drivers/net/e1000.h @@ -2,6 +2,7 @@    Copyright(c) 1999 - 2002 Intel Corporation. All rights reserved. +  Copyright 2011 Freescale Semiconductor, Inc.    This program is free software; you can redistribute it and/or modify it    under the terms of the GNU General Public License as published by the Free @@ -81,6 +82,7 @@ typedef enum {  	e1000_82571,  	e1000_82572,  	e1000_82573, +	e1000_82574,  	e1000_80003es2lan,  	e1000_ich8lan,  	e1000_num_macs @@ -200,6 +202,7 @@ typedef enum {  	e1000_phy_gg82563,  	e1000_phy_igp_3,  	e1000_phy_ife, +	e1000_phy_bm,  	e1000_phy_undefined = 0xFF  } e1000_phy_type; @@ -286,6 +289,7 @@ struct e1000_phy_stats {  #define E1000_DEV_ID_82573E              0x108B  #define E1000_DEV_ID_82573E_IAMT         0x108C  #define E1000_DEV_ID_82573L              0x109A +#define E1000_DEV_ID_82574L              0x10D3  #define E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3 0x10B5  #define E1000_DEV_ID_80003ES2LAN_COPPER_DPT     0x1096  #define E1000_DEV_ID_80003ES2LAN_SERDES_DPT     0x1098 @@ -2417,6 +2421,8 @@ struct e1000_hw {  #define L1LXT971A_PHY_ID   0x001378E0  #define GG82563_E_PHY_ID   0x01410CA0 +#define BME1000_E_PHY_ID     0x01410CB0 +  /* Miscellaneous PHY bit definitions. */  #define PHY_PREAMBLE			0xFFFFFFFF  #define PHY_SOF				0x01 |