diff options
author | Michael Chan <mchan@broadcom.com> | 2005-08-25 15:35:24 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-29 16:10:34 -0700 |
commit | cd339a0ed61097d92ce03b6d1042b1e4d58535e7 (patch) | |
tree | 872886c450910072c3615e8b69a71fb70fa0d42e /drivers/net/arcnet/com90xx.c | |
parent | afdc08b9f9a7174d7912a160f657f39d46379b5e (diff) |
[BNX2]: speedup serdes linkup
This speeds up link-up time on 5706 SerDes if the link partner does
not autoneg, a rather common scenario in blade servers. Some blade
servers use IPMI for keyboard input and it's important to minimize
link disruptions.
The speedup is achieved by shortening the timer to (HZ / 3) during
the transient period right after initiating a SerDes autoneg. If
autoneg does not complete, parallel detect can be done sooner. After
the transient period is over, the timer goes back to its normal HZ
interval.
As suggested by Jeff Garzik, the timer initialization is moved to
bnx2_init_board() from bnx2_open().
An eeprom bit is also added to allow default forced SerDes speed for
even faster link-up time.
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/arcnet/com90xx.c')
0 files changed, 0 insertions, 0 deletions