diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2007-03-27 18:55:06 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2007-03-27 18:55:06 +0000 |
| commit | 6f5d1a3c01594cd6fe148919e7a79d6d1c5bf57f (patch) | |
| tree | 4a6b683cb4f07a09a2a1b3343983fd097ba46146 | |
| parent | 87f9f09a135db48da44bab2f726841457b4ac2cb (diff) | |
Notes
| -rw-r--r-- | sys/dev/usb/uhci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index 69380d9b2f0b1..ed324e68e6c5d 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -723,6 +723,7 @@ uhci_power(int why, void *v) sc->sc_intr_xfer); sc->sc_bus.use_polling++; uhci_run(sc, 0); /* stop the controller */ + cmd &= ~UHCI_CMD_RS; /* save some state if BIOS doesn't */ sc->sc_saved_frnum = UREAD2(sc, UHCI_FRNUM); |
