K 10 svn:author V 7 iwasaki K 8 svn:date V 27 2000-10-02T08:58:50.000000Z K 7 svn:log V 270 Fix StallOp implementaion. I've noticed that StallOp corresponds to OsdSleepUsec(), SleepOp corresponds to OsdSleep() by reading ACPICA source code. - Add OsdSleepUsec() which uses DELAY() simply. - Change unit of acpi_sleep() argument; microseconds to milliseconds. END