Subject: Sleeping/non busy waiting for 10us in a driver?
To: None <tech-kern@netbsd.org>
From: Bruce Martin <brucem@cat.co.za>
List: tech-kern
Date: 11/10/1999 20:16:24
I need to put a driver to sleep, or do a non-busy wait on it, with
resolution of 1us, from withing kernel space - are there any kernel
functions like usleep(), or tsleep() with a higher selution than hz??? If
not, how do I achieve this non-busy wait/sleep?

Thanks
 Bruce