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
File Mode Size
Kconfig -rw-r--r-- 65 bytes
Makefile -rw-r--r-- 62 bytes
base.c -rw-r--r-- 7.0 KB
device.c -rw-r--r-- 3.0 KB
platform.c -rw-r--r-- 2.5 KB

back to top