]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/tg3.c
[TG3]: Refinements to new locking strategy.
authorMichael Chan <mchan@broadcom.com>
Sat, 25 Jun 2005 03:20:04 +0000 (20:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 25 Jun 2005 03:20:04 +0000 (20:20 -0700)
commitbbe832c09233738c100145fd535b6b8fc97640f6
treea4c9b8ec06c768a5808018d1b9a1b919c223199c
parentf47c11eeccc8820010992eb32dbe7370a08f8bd3
[TG3]: Refinements to new locking strategy.

1. Move tp->irq_sync = 0 to before the interrupt mailbox IO in
   tg3_enable_ints() so that the interrupt handler will always see
   irq_sync == 0 when interrupts are enabled.

2. Remove the tg3_enable_ints() call in tg3_reset_hw(). Interrupts are
   always enabled explicitly or through tg3_netif_start(). This is to
   prevent interrupts being enabled while poll is disabled.

3. Update trans_start with jiffies in tg3_netif_stop() to prevent false
   NETDEV WATCHDOG.

4. Pass in the proper irq_sync parameter to tg3_full_lock() depending on
   netif_running() in some of the ethtool set calls.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c