K 10 svn:author V 3 njl K 8 svn:date V 27 2004-07-01T00:51:31.000000Z K 7 svn:log V 454 Rework the code that waits for a response from the EC. Use an sx lock instead of a mutex so we do not unblock it in msleep(). If we do this, another event could occur, resetting the status register since reads reset it. While I'm here, remove the backoff approach. Instead, sleep in 10 ms chunks for up to the configured timeout using either DELAY (if we aren't booted yet) or tsleep. Help from: dillon Tested by: Andrew Thompson andy AT fud.org.nz END