K 10 svn:author V 3 imp K 8 svn:date V 27 2003-10-14T05:25:31.000000Z K 7 svn:log V 361 Fix a race condition in owi. If you eject a card, then the wi_inquire timeout would continue to happen: boom! Fix this[*] by timing out earlier. [*] almost fixes the race on unload: wi_inquire could be running when untimeout is called, and there's no way to know when it has actually returned. This race is very rare and hard to lose. Submitted by: scottl END