Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/next68k/dev
Module Name: syssrc
Committed By: jdolecek
Date: Mon May 20 20:19:37 UTC 2002
Modified Files:
syssrc/sys/arch/next68k/dev: mb8795.c mb8795var.h
Log Message:
Fix race condition between the DMA handler (which gets called
on spldma), and rest of driver/network code (which runs on splnet) in way
if->if_snd queue is accessed. Solve by using intermediate queue.
Problem found, and fix provided by Christian Limpach in port-next68k/16798
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 syssrc/sys/arch/next68k/dev/mb8795.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/next68k/dev/mb8795var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index