From owner-freebsd-stable@FreeBSD.ORG Wed Mar 23 17:19:52 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D01916A4CE for ; Wed, 23 Mar 2005 17:19:52 +0000 (GMT) Received: from biggie.spekt.net (biggie.spekt.net [67.18.79.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1EC143D31 for ; Wed, 23 Mar 2005 17:19:51 +0000 (GMT) (envelope-from radek@raadradd.com) Received: from raadradd.homeunix.org (bwr191.neoplus.adsl.tpnet.pl [83.29.241.191]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by biggie.spekt.net (Postfix) with ESMTP id 97746896712; Wed, 23 Mar 2005 18:19:35 +0100 (CET) Received: by raadradd.homeunix.org (Postfix, from userid 1001) id 35DA0A537; Wed, 23 Mar 2005 18:19:43 +0100 (CET) Date: Wed, 23 Mar 2005 18:19:43 +0100 From: Radek Kozlowski To: Marwan Burelle Message-ID: <20050323171943.GG557@werd> References: <20050322134837.GE557@werd> <20050322142806.GA21833@pc5-179.lri.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <20050322142806.GA21833@pc5-179.lri.fr> User-Agent: Mutt/1.5.7i cc: freebsd-stable@freebsd.org Subject: Re: Panic after plugging in an mp3 usb player, 5.4-PRERELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2005 17:19:52 -0000 On Tue, Mar 22, 2005 at 03:28:06PM +0100, Marwan Burelle wrote: > On Tue, Mar 22, 2005 at 02:48:37PM +0100, Radek Kozlowski wrote: > > My 5.4-PRERELEASE/i386 as of today panics almost immediately after > > plugging in an mp3 usb player (Qware BeatZkey! Pro 512MB). I don't have > > device ehci in the kernel. > > It's a common problem with some USB devices. You have to add some > quirk in sys/cam/scsi/scsi_da.c for your player. > > See more information at : > http://www.root.org/~nate/freebsd/quirks.html > > I've got the same problem with mine, adding the rigth quirk > (DA_Q_NO_SYNC_CACHE for me) solves it. The difficult part is to think > out what to put to capture your player (and not the others ... ) Adding DA_Q_NO_SYNC_CACHE did the trick, thanks for the tip! -Radek