From owner-freebsd-current Mon Jan 20 7:51:49 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6320B37B401 for ; Mon, 20 Jan 2003 07:51:48 -0800 (PST) Received: from alpha.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7FAD43E4A for ; Mon, 20 Jan 2003 07:51:41 -0800 (PST) (envelope-from culverk@yumyumyum.org) Received: from alpha.yumyumyum.org (localhost [127.0.0.1]) by alpha.yumyumyum.org (8.12.6/8.12.6) with ESMTP id h0KFowXM014670; Mon, 20 Jan 2003 10:50:58 -0500 (EST) (envelope-from culverk@yumyumyum.org) Received: from localhost (culverk@localhost) by alpha.yumyumyum.org (8.12.6/8.12.6/Submit) with ESMTP id h0KFow0S014667; Mon, 20 Jan 2003 10:50:58 -0500 (EST) (envelope-from culverk@yumyumyum.org) X-Authentication-Warning: alpha.yumyumyum.org: culverk owned process doing -bs Date: Mon, 20 Jan 2003 10:50:58 -0500 (EST) From: Kenneth Culver To: Trish Lynch Cc: freebsd-current@FreeBSD.ORG Subject: Re: FreeBSD panic with umass In-Reply-To: <20030120072112.J9843-100000@femme> Message-ID: <20030120104950.H14658-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-2.2 required=5.0 tests=IN_REP_TO,X_AUTH_WARNING,AWL version=2.31 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Hi, > > I just tried to use a Genesys Logic USB Compact Flash card reader, > > and the following messages come up, followed by a panic: > > > > Jan 19 19:41:30 kenshin kernel: umass0: Genesys Logic USB Storage Device, > > rev 1. > > 10/1.13, addr 2 > > Jan 19 19:41:30 kenshin kernel: umass0: Get Max Lun not supported > > (STALLED) > > Jan 19 19:41:30 kenshin kernel: umass0: BBB reset failed, IOERROR > > Jan 19 19:41:30 kenshin kernel: umass0: BBB bulk-in clear stall failed, > > IOERROR > > Jan 19 19:41:30 kenshin kernel: umass0: BBB bulk-out clear stall failed, > > IOERROR > > > > After this, FreeBSD panics. I havn't had time to get a full backtrace, but > > I'll send that once I get it. In the mean-time, is there any fix for the > > error I'm getting? > > > > > > Ken > > > > > > I get this on both -current, and -stable :( > > in this case, I was using my digital camera as a umass device. > > -Trish > I think I know what the problem is. Basically a lot of devices have problems with I guess the 6 byte commands... if you look in scsi_da.c you can find several "quirks" entries. I'm working on figuring out what to put for my vendor and product id's in order to add the quirk for my device. Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message