diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/uhci.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index a076427..0351d44 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -2,6 +2,11 @@ /* $FreeBSD$ */ /* Also incorporated from NetBSD: 1.165, 1.166 + * $NetBSD: uhci.c,v 1.162 2002/07/11 21:14:28 augustss Exp $ + * $NetBSD: uhci.c,v 1.163 2002/09/27 15:37:36 provos Exp $ + * $NetBSD: uhci.c,v 1.164 2002/09/29 21:13:01 augustss Exp $ + * $NetBSD: uhci.c,v 1.165 2002/12/31 02:04:49 dsainty Exp $ + * $NetBSD: uhci.c,v 1.166 2002/12/31 02:21:31 dsainty Exp $ * $NetBSD: uhci.c,v 1.167 2003/01/01 16:25:59 augustss Exp $ * $NetBSD: uhci.c,v 1.168 2003/02/08 03:32:51 ichiro Exp $ */ @@ -3075,7 +3080,7 @@ uhci_portreset(uhci_softc_t *sc, int index) DPRINTFN(1,("uhci port %d reset timed out\n", index)); return (USBD_TIMEOUT); } - + sc->sc_isreset = 1; return (USBD_NORMAL_COMPLETION); } |