Date: Mon, 3 Feb 2003 16:42:30 -0700 (MST) From: Mike Durian <durian@boogie.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/47877: SanDisk compact flash reader generates "BBB reset failed" errors Message-ID: <200302032342.h13NgUJ1000786@man.boogie.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302032342.h13NgUJ1000786>
