> Module Name:    src
> Committed By:   cegger
> Date:           Thu Aug 26 12:48:19 UTC 2010
> 
> Modified Files:
>         src/sys/dev/ieee1394: fwdev.c
> 
> Log Message:
> don't call tsleep() with any mutexes hold
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.23 -r1.24 src/sys/dev/ieee1394/fwdev.c

The right fix would be to use condvar(9).  Generally, tsleep(9) should
be replaced and removed in the longer term.

-- 
Mindaugas

Reply via email to