From owner-freebsd-usb@FreeBSD.ORG Mon Nov 19 18:19:42 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7EB21D1E; Mon, 19 Nov 2012 18:19:42 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.c2i.net [212.247.154.98]) by mx1.freebsd.org (Postfix) with ESMTP id C4E858FC0C; Mon, 19 Nov 2012 18:19:41 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe04.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 345354959; Mon, 19 Nov 2012 19:19:33 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Subject: Re: usb/173722: XHCI driver bug after suspend to ram (ACPI S3 mode) Date: Mon, 19 Nov 2012 19:21:13 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <201211191536.qAJFajns006251@red.freebsd.org> In-Reply-To: <201211191536.qAJFajns006251@red.freebsd.org> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201211191921.13989.hselasky@c2i.net> Cc: Florian Jung , freebsd-gnats-submit@freebsd.org 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 18:19:42 -0000 On Monday 19 November 2012 16:36:45 Florian Jung wrote: > >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. > If you unplug the harddisk before the suspend, does it work afterwards then? --HPS