diff options
author | Divy Le Ray <divy@chelsio.com> | 2007-05-30 13:01:39 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-06-20 19:16:58 -0400 |
commit | c706bfb52afc9b5d115f61a8e1c0c30540feb3f4 (patch) | |
tree | 22650d8837c7037e43f8e2a53a8821a94bac2949 /drivers/net/cxgb3/regs.h | |
parent | 890de332834a95450a74e5f615f4f9a0fa564623 (diff) |
cxgb3 - Fix direct XAUI support
Check all lanes for link status on direct XAUI cards.
Don't assume that direct XAUI always uses XGMAC 1.
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/cxgb3/regs.h')
-rw-r--r-- | drivers/net/cxgb3/regs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/cxgb3/regs.h b/drivers/net/cxgb3/regs.h index e5a553410e24..bf9d6be7f214 100644 --- a/drivers/net/cxgb3/regs.h +++ b/drivers/net/cxgb3/regs.h | |||
@@ -2128,6 +2128,8 @@ | |||
2128 | #define F_RESETPLL01 V_RESETPLL01(1U) | 2128 | #define F_RESETPLL01 V_RESETPLL01(1U) |
2129 | 2129 | ||
2130 | #define A_XGM_SERDES_STAT0 0x8f0 | 2130 | #define A_XGM_SERDES_STAT0 0x8f0 |
2131 | #define A_XGM_SERDES_STAT1 0x8f4 | ||
2132 | #define A_XGM_SERDES_STAT2 0x8f8 | ||
2131 | 2133 | ||
2132 | #define S_LOWSIG0 0 | 2134 | #define S_LOWSIG0 0 |
2133 | #define V_LOWSIG0(x) ((x) << S_LOWSIG0) | 2135 | #define V_LOWSIG0(x) ((x) << S_LOWSIG0) |