From owner-freebsd-bugs Mon Feb 3 15:50: 5 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D39DD37B401 for ; Mon, 3 Feb 2003 15:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF89B43FB8 for ; Mon, 3 Feb 2003 15:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h13No1NS026628 for ; Mon, 3 Feb 2003 15:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h13No19C026627; Mon, 3 Feb 2003 15:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B39B37B401 for ; Mon, 3 Feb 2003 15:42:38 -0800 (PST) Received: from fever.boogie.com (cpe-66-87-52-132.co.sprintbbd.net [66.87.52.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF48743F9B for ; Mon, 3 Feb 2003 15:42:31 -0800 (PST) (envelope-from durian@fever.boogie.com) Received: from man.boogie.com (man.boogie.com [192.168.1.3]) by fever.boogie.com (8.12.6/8.12.6) with ESMTP id h13NgVdB072253 for ; Mon, 3 Feb 2003 16:42:31 -0700 (MST) (envelope-from durian@fever.boogie.com) Received: from man.boogie.com (localhost [127.0.0.1]) by man.boogie.com (8.12.6/8.12.6) with ESMTP id h13NgUqf000787 for ; Mon, 3 Feb 2003 16:42:30 -0700 (MST) (envelope-from durian@man.boogie.com) Received: (from durian@localhost) by man.boogie.com (8.12.6/8.12.6/Submit) id h13NgUJ1000786; Mon, 3 Feb 2003 16:42:30 -0700 (MST) Message-Id: <200302032342.h13NgUJ1000786@man.boogie.com> Date: Mon, 3 Feb 2003 16:42:30 -0700 (MST) From: Mike Durian Reply-To: Mike Durian To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/47877: SanDisk compact flash reader generates "BBB reset failed" errors Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47877 >Category: kern >Synopsis: SanDisk compact flash reader generates "BBB reset failed" errors >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 03 15:50:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Mike Durian >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD man.boogie.com 5.0-CURRENT FreeBSD 5.0-CURRENT #11: Mon Feb 3 15:50:00 MST 2003 root@man.boogie.com:/disk2/obj/disk2/src/sys/BOOGIE i386 >Description: The SanDisk ImageMate II compatct flash reader generates "umass0: BBB reset failed, STALLED" errors at boot time. On a possibly related note, when the reader is successfully recognized, I don't always get a /dev/da0s1 entry when media is inserted. I do get /dev/da0, but /dev/da0s1 doesn't appear until after I try mounting from /dev/da0. Once that fails, /dev/da0s1 appears and I can successfully mount my flash card. >How-To-Repeat: Happens most times at boot. >Fix: I think this patch is working - at least for the BBB problem. I doesn't address the da0 vs da0s1 problem. --- scsi_da.c.orig Mon Feb 3 15:00:20 2003 +++ scsi_da.c Mon Feb 3 15:42:03 2003 @@ -428,6 +428,13 @@ */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "Fujitsu", "Memorybird", "*"}, /*quirks*/ DA_Q_NO_6_BYTE + }, + { + /* + * SanDisk ImageMate CompactFlash USB reader + */ + {T_DIRECT, SIP_MEDIA_REMOVABLE, "SanDisk", "ImageMate*", "*"}, + /*quirks*/ DA_Q_NO_6_BYTE } }; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message