From owner-freebsd-usb@FreeBSD.ORG Fri Jun 7 06:30:04 2013 Return-Path: Delivered-To: freebsd-usb@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E4E257DE for ; Fri, 7 Jun 2013 06:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BE5151B89 for ; Fri, 7 Jun 2013 06:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r576U1S5044050 for ; Fri, 7 Jun 2013 06:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r576U1rg044049; Fri, 7 Jun 2013 06:30:01 GMT (envelope-from gnats) Date: Fri, 7 Jun 2013 06:30:01 GMT Message-Id: <201306070630.r576U1rg044049@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org Cc: From: takawata@init-main.com Subject: usb/179342: Freebsd 10.0-current USB 3.0 not working (xhci_do_comand: Command timeout!) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: takawata@init-main.com List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 06:30:05 -0000 The following reply was made to PR usb/179342; it has been noted by GNATS. From: takawata@init-main.com To: bug-followup@FreeBSD.org, miguelmclara@gmail.com, hps@bitfrost.no Cc: Subject: usb/179342: Freebsd 10.0-current USB 3.0 not working (xhci_do_comand: Command timeout!) Date: Fri, 07 Jun 2013 15:21:28 +0900 Reverting the recent change on xhci.c fixes the problem for me. --- head/sys/dev/usb/controller/xhci.c 2013/04/23 06:26:54 249786 +++ head/sys/dev/usb/controller/xhci.c 2013/06/02 12:28:29 251254