diff options
author | Alexander Duyck <alexander.h.duyck@intel.com> | 2009-11-19 07:42:21 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-20 13:00:13 -0500 |
commit | 55cac248caa4a5f181a11cd2f269a672bef3d3b5 (patch) | |
tree | a4eec7f298d197646124346e5bb7cb9eb4de2586 /drivers/net/igb/igb.h | |
parent | bb2ac47bcfd47ed9431ff1676ec8d79250c941c9 (diff) |
igb: Add full support for 82580 devices
This patch makes use of the 82580 PHY and MAC support added and adds a set
of supported device IDs for said hardware.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/igb/igb.h')
-rw-r--r-- | drivers/net/igb/igb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/igb/igb.h b/drivers/net/igb/igb.h index 63abd1c0d75e..c458d9b188ba 100644 --- a/drivers/net/igb/igb.h +++ b/drivers/net/igb/igb.h | |||
@@ -320,6 +320,7 @@ struct igb_adapter { | |||
320 | #define IGB_FLAG_QUEUE_PAIRS (1 << 3) | 320 | #define IGB_FLAG_QUEUE_PAIRS (1 << 3) |
321 | 321 | ||
322 | #define IGB_82576_TSYNC_SHIFT 19 | 322 | #define IGB_82576_TSYNC_SHIFT 19 |
323 | #define IGB_82580_TSYNC_SHIFT 24 | ||
323 | enum e1000_state_t { | 324 | enum e1000_state_t { |
324 | __IGB_TESTING, | 325 | __IGB_TESTING, |
325 | __IGB_RESETTING, | 326 | __IGB_RESETTING, |