From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLQTZ-00037p-AV for qemu-devel@nongnu.org; Tue, 19 Jan 2016 02:13:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLQTU-0005uY-82 for qemu-devel@nongnu.org; Tue, 19 Jan 2016 02:13:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLQTU-0005uS-2f for qemu-devel@nongnu.org; Tue, 19 Jan 2016 02:13:08 -0500 Message-ID: <1453187584.18326.9.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 19 Jan 2016 08:13:04 +0100 In-Reply-To: References: <1452608259.29014.26.camel@redhat.com> <20160112143640.GF4841@noname.redhat.com> <20160112145655.GO17626@redhat.com> <1452701626.11179.3.camel@redhat.com> <1453109923.23289.4.camel@redhat.com> <1453125345.23289.37.camel@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] usb-storage assertions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrey Korolyov Cc: Kevin Wolf , hdegoede@redhat.com, "qemu-devel@nongnu.org" On Di, 2016-01-19 at 02:49 +0300, Andrey Korolyov wrote: > On Mon, Jan 18, 2016 at 4:55 PM, Gerd Hoffmann wrote: > > Hi, > > > >> > ok. Had no trouble with freebsd, will go fetch netbsd images. What > >> > arch is this? i386? x86_64? > >> > >> i386 7.0 for the reference, but I`m sure that this wouldn`t matter in > >> any way. > > > > 7.0 trace: >=20 > Whoops, sorry, should be 5.1/i386. I'll check that too ... > On a 7.0 I observe same endless > loop as you do. ... just wanted to start with that one. [ trace snipped ] > > So, to shutdown ehci netbsd clears the cmd register, then sets the rese= t > > bit in the cmd register. Fine. > > > > Then it goes read the status register, in a loop, forever. No idea why= , > > and I also can't spot then place in the source code. Hmm ... /me was hoping anyone has an idea what is going on here. Are you familiar with the netbsd kernel sources? cheers, Gerd