K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-10-26T06:09:01.000000Z K 7 svn:log V 269 Use msleep() to avoid lost wakeup's instead of doing an ineffective splhigh() before the mtx_unlock and tsleep(). The splhigh() was probably correct in the original code using simplelocks but is not correct in 5.0-current. Noticed by: Andrew Reiter END