Date: Tue, 19 Nov 2002 16:51:45 -0500 (EST) From: Mike Edenfield <kutulu@kutulu.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/45494: I/O errors & panic using HP315 digital camera. Message-ID: <20021119215145.2B92CA92F@basement.kutulu.org>
next in thread | raw e-mail | index | archive | help
>Number: 45494
>Category: kern
>Synopsis: I/O errors & panic using HP315 digital camera.
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Nov 19 14:00:05 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Mike Edenfield
>Release: FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD basement.kutulu.org 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Mon Nov 18 12:49:45 EST 2002 root@basement.kutulu.org:/usr/obj/usr/src/sys/GATEWAY i386
>Description:
The kernel doesn't appear to recognize the HP315 digital camera correctly. This causes it not to correctly pick up the
quirks, and generates several different issues:
* Numerous BBB IOERRORS errors when attaching or detaching the camera.
* None of the partitions on the flash card are recognized.
* Panic when detaching the camera.
>How-To-Repeat:
>Fix:
Nate Lawson provided this patch which fixed most of the issues with the camera. (I still have occasional problems with a
panic during the 'syncing disks...' process at reboot if the camera has been attached/detached but it's not consistant, and
only during a reboot.)
--- scsi_da.c.old Thu Oct 17 14:04:41 2002
+++ scsi_da.c Tue Nov 19 16:31:01 2002
@@ -416,7 +416,7 @@
* HP 315 Digital Camera
* PR: kern/41010
*/
- {T_DIRECT, SIP_MEDIA_REMOVABLE, "HP", "USB Camera*", "*"},
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "HP", "USB CAMERA*", "*"},
/*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?20021119215145.2B92CA92F>
