From owner-freebsd-bugs Tue Nov 19 14: 0:11 2002 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 7226937B404 for ; Tue, 19 Nov 2002 14:00:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3153743E91 for ; Tue, 19 Nov 2002 14:00:06 -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 gAJM06x3014670 for ; Tue, 19 Nov 2002 14:00:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAJM06Du014669; Tue, 19 Nov 2002 14:00:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 621AC37B401 for ; Tue, 19 Nov 2002 13:51:51 -0800 (PST) Received: from basement.kutulu.org (pcp01881232pcs.longhl01.md.comcast.net [68.32.161.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F7D843E88 for ; Tue, 19 Nov 2002 13:51:47 -0800 (PST) (envelope-from root@kutulu.org) Received: by basement.kutulu.org (Postfix, from userid 0) id 2B92CA92F; Tue, 19 Nov 2002 16:51:45 -0500 (EST) Message-Id: <20021119215145.2B92CA92F@basement.kutulu.org> Date: Tue, 19 Nov 2002 16:51:45 -0500 (EST) From: Mike Edenfield Reply-To: Mike Edenfield To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/45494: I/O errors & panic using HP315 digital camera. 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: 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