K 10 svn:author V 3 imp K 8 svn:date V 27 2002-06-13T07:19:31.000000Z K 7 svn:log V 301 Use a cv rather than tsleep and friends to do the sleep/wakeup handshake between the ISR and the worker thread. Move the mutex lock so that it only protects the cv_wait. This elimiates the not sleeping with pccbb1 held messages some people were seeing. Reviewed by: jhb (at least an early version) END