Revision c46ac9463fbdee41723dd9fd108b2c1ffd30615f authored by Florian Westphal on 20 August 2007, 23:33:42 UTC, committed by Jeff Garzik on 25 August 2007, 06:31:04 UTC
When transferring data at full speed, the DM9000 network interface
sometimes stops sending/receiving data. Worse, ksoftirqd consumes
100% cpu and the net tx watchdog never triggers.
Fix by spin_lock_irqsave() in dm9000_start_xmit() to prevent the
interrupt handler from interfering.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
1 parent bc1e0a0
History

back to top