From owner-freebsd-stable@FreeBSD.ORG Tue Mar 22 14:28:11 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 1C08D16A4CE for ; Tue, 22 Mar 2005 14:28:11 +0000 (GMT) Received: from lri.lri.fr (lri.lri.fr [129.175.15.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E0BB43D41 for ; Tue, 22 Mar 2005 14:28:10 +0000 (GMT) (envelope-from feanor@pc5-179.lri.fr) Received: from localhost (localhost [127.0.0.1]) by lri.lri.fr (Postfix) with ESMTP id 62CC319E848; Tue, 22 Mar 2005 15:28:07 +0100 (CET) Received: from lri.lri.fr ([127.0.0.1]) by localhost (lri.lri.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26238-06; Tue, 22 Mar 2005 15:28:07 +0100 (CET) Received: from pc5-179.lri.fr (pc5-179 [129.175.5.179]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by lri.lri.fr (Postfix) with ESMTP id 4BC8319E7A0; Tue, 22 Mar 2005 15:28:07 +0100 (CET) Received: from pc5-179.lri.fr (localhost.lri.fr [127.0.0.1]) by pc5-179.lri.fr (8.13.3/8.13.1) with ESMTP id j2MES6Di021875; Tue, 22 Mar 2005 15:28:06 +0100 (CET) (envelope-from feanor@pc5-179.lri.fr) Received: (from feanor@localhost) by pc5-179.lri.fr (8.13.3/8.13.1/Submit) id j2MES6Zf021874; Tue, 22 Mar 2005 15:28:06 +0100 (CET) (envelope-from feanor) Date: Tue, 22 Mar 2005 15:28:06 +0100 From: Marwan Burelle To: Radek Kozlowski Message-ID: <20050322142806.GA21833@pc5-179.lri.fr> References: <20050322134837.GE557@werd> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline In-Reply-To: <20050322134837.GE557@werd> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new at lri.fr 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: Tue, 22 Mar 2005 14:28:11 -0000 --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 ... ) --=20 Burelle Marwan, Equipe Bases de Donnees - LRI http://www.cduce.org (burelle@lri.fr | Marwan.Burelle@ens.fr) --6TrnltStXW4iwmi0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCQCt2I+2UvUKfgvgRAjOAAJ4nPyzoO4/gYIObxTeSqnddKjhFdgCgm4dr dpr61Su2VgCffauMT6O9kfI= =e107 -----END PGP SIGNATURE----- --6TrnltStXW4iwmi0--