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