K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-08-10T06:45:43.000000Z K 7 svn:log V 341 - Remove asleep(), await(), and M_ASLEEP. - Callers of asleep() and await() have been converted to calling tsleep(). The only caller outside of M_ASLEEP was the ata driver, which called both asleep() and await() with spl-raised, so there was no need for the asleep() and await() pair. M_ASLEEP was unused. Reviewed by: jasone, peter END