Module Name: src Committed By: riastradh Date: Sun Nov 20 22:47:39 UTC 2016
Modified Files: src/sys/dev/ieee1394: firewire.c firewirereg.h fwdev.c fwohci.c Log Message: Kill some more tsleep. And no, surrounding tsleep by mutex_exit/mutex_enter does not fix problems even if the LOCKDEBUG panic symptom goes away... To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/dev/ieee1394/firewire.c cvs rdiff -u -r1.19 -r1.20 src/sys/dev/ieee1394/firewirereg.h cvs rdiff -u -r1.30 -r1.31 src/sys/dev/ieee1394/fwdev.c cvs rdiff -u -r1.138 -r1.139 src/sys/dev/ieee1394/fwohci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.