MFp4 //depot/projects/usb; 157069

- Change "usb2_pause_mtx" so that it takes the timeout value in ticks

Submitted by:	Hans Petter Selasky
This commit is contained in:
Andrew Thompson 2009-02-09 22:06:52 +00:00
parent 1c39f075ce
commit fc7ca11552

View File

@ -288,10 +288,7 @@ ufm_get_stat(struct ufm_softc *sc, void *addr)
* Note, there's a 240ms settle time before the status
* will be valid, so sleep that amount.
*/
mtx_lock(&sc->sc_mtx);
usb2_pause_mtx(&sc->sc_mtx, USB_MS_HZ / 4);
mtx_unlock(&sc->sc_mtx);
usb2_pause_mtx(NULL, hz / 4);
if (ufm_do_req(sc, UFM_CMD0,
0x00, 0x24, &ret)) {