diff options
author | Matt Carlson <mcarlson@broadcom.com> | 2010-08-02 11:25:57 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-02 15:46:27 -0700 |
commit | c885e824699f49bc3758a0dec760e189cd774e79 (patch) | |
tree | 28d730a3720231119fbff9999333e243a35295a6 /drivers/net/tg3.h | |
parent | 774ee7525ff94e597844c9f7f6a48938906df698 (diff) | |
download | linux-stable-c885e824699f49bc3758a0dec760e189cd774e79.tar.gz linux-stable-c885e824699f49bc3758a0dec760e189cd774e79.tar.bz2 linux-stable-c885e824699f49bc3758a0dec760e189cd774e79.zip |
tg3: Create TG3_FLG3_5717_PLUS flag
This patch creates a TG3_FLG3_5717_PLUS flag to collectively describe
the set of changes in the ASIC that will apply to all future chip
revisions.
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tg3.h')
-rw-r--r-- | drivers/net/tg3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/tg3.h b/drivers/net/tg3.h index 0432399ca741..a5440458aa9c 100644 --- a/drivers/net/tg3.h +++ b/drivers/net/tg3.h @@ -2860,6 +2860,7 @@ struct tg3 { #define TG3_FLG3_SHORT_DMA_BUG 0x00200000 #define TG3_FLG3_USE_JUMBO_BDFLAG 0x00400000 #define TG3_FLG3_L1PLLPD_EN 0x00800000 +#define TG3_FLG3_5717_PLUS 0x01000000 struct timer_list timer; u16 timer_counter; |