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-- 5.4 KB
Makefile -rw-r--r-- 790 bytes
README.dino -rw-r--r-- 1.0 KB
asp.c -rw-r--r-- 3.5 KB
ccio-dma.c -rw-r--r-- 47.9 KB
ccio-rm-dma.c -rw-r--r-- 5.1 KB
dino.c -rw-r--r-- 30.6 KB
eisa.c -rw-r--r-- 11.6 KB
eisa_eeprom.c -rw-r--r-- 3.1 KB
eisa_enumerator.c -rw-r--r-- 11.5 KB
gsc.c -rw-r--r-- 5.8 KB
gsc.h -rw-r--r-- 1.5 KB
hppb.c -rw-r--r-- 2.7 KB
iommu-helpers.h -rw-r--r-- 4.3 KB
iosapic.c -rw-r--r-- 27.5 KB
iosapic_private.h -rw-r--r-- 5.7 KB
lasi.c -rw-r--r-- 6.2 KB
lba_pci.c -rw-r--r-- 47.0 KB
led.c -rw-r--r-- 19.5 KB
pdc_stable.c -rw-r--r-- 30.7 KB
power.c -rw-r--r-- 7.3 KB
sba_iommu.c -rw-r--r-- 57.2 KB
superio.c -rw-r--r-- 14.0 KB
wax.c -rw-r--r-- 3.1 KB

README.dino

back to top