From owner-freebsd-usb@FreeBSD.ORG Mon Nov 19 15:40:01 2012 Return-Path: Delivered-To: freebsd-usb@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39DC69BE for ; Mon, 19 Nov 2012 15:40:01 +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 E61008FC0C for ; Mon, 19 Nov 2012 15:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qAJFe0sY030360 for ; Mon, 19 Nov 2012 15:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAJFe0TS030355; Mon, 19 Nov 2012 15:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 19 Nov 2012 15:40:00 GMT Resent-Message-Id: <201211191540.qAJFe0TS030355@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-usb@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florian Jung Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E562F92E for ; Mon, 19 Nov 2012 15:36:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id CC9318FC0C for ; Mon, 19 Nov 2012 15:36:45 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qAJFajmD006252 for ; Mon, 19 Nov 2012 15:36:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qAJFajns006251; Mon, 19 Nov 2012 15:36:45 GMT (envelope-from nobody) Message-Id: <201211191536.qAJFajns006251@red.freebsd.org> Date: Mon, 19 Nov 2012 15:36:45 GMT From: Florian Jung To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: usb/173722: XHCI driver bug after suspend to ram (ACPI S3 mode) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2012 15:40:01 -0000 >Number: 173722 >Category: usb >Synopsis: XHCI driver bug after suspend to ram (ACPI S3 mode) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 19 15:40:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Florian Jung >Release: 9.0-RELEASE-p3 >Organization: >Environment: FreeBSD beastie 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: After entering and waking up from suspend to ram aka ACPI S3 state, the dmesg get flooded with "xhci_interrupt: host controller halted", and my USB3.0 device stops working. (It is a external hard disk drive, and the device node just vanished and won't re-appear) My USB2.0 and 1.x devices however do still work. It seems that i can provoke the generation of these "xhci_interrupt: host controller halted" messages by typing on my USB-2.0-Keyboard or by moving my USB-2.0-Mouse. >How-To-Repeat: - Start up FreeBSD - Plug in USB3.0 Harddisk - It will work. - sudo acpiconf -S 3 - re-awake the computer - ls /dev/ tells you that the harddisk is gone - dmesg tells you the "xhci_interrupt: host controller halted" messages. - replug the harddisk - it still does not work. >Fix: >Release-Note: >Audit-Trail: >Unformatted: