In article <[email protected]>, Christos Zoulas <[email protected]> wrote: > >Excellent! This sounds like a very interesting problem... I am being >pulled in every which direction right now, so I don't have much time >to look into it, but I'll try to do so over the weekend (look at amr.c).
I lied :-) I think that the first thing you want to do is to convert the driver from using splfoo()/tsleep() to mutex/condvar... Perhaps that will help anyway. Look at arcmsr.c for the spl->mutex conversion... christos
