Date: Sat, 26 Aug 2006 21:49:35 +0200 (CEST) From: Sven Esbjerg <freebsd-pr@xbsd.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: usb/102547: usb patch for iRiver H10 mp3 player Message-ID: <20060826194935.C87162841A@seth.xbsd.net> Resent-Message-ID: <200608261950.k7QJoOr0059989@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 102547 >Category: usb >Synopsis: usb patch for iRiver H10 mp3 player >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 26 19:50:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Sven Esbjerg >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD seth 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sat Aug 26 15:34:47 CEST 2006 root@seth.thecamp.dk:/usr/src/sys/i386/compile/GENERIC i386 >Description: When connecting an iRiver H10 mp3 player to the freebsd computer the following is printed to the console: umass0: <iriver Limited iriver H10 Jr., class 0/0, rev 1.10/1.00, addr 3> on uhub1 da0 at umass-sim0 bus 0 target 0 lun 0 da0: <iriver H10 Jr. Pure 1.00> Removable Direct Access SCSI-2 device da0: 1.000MB/s transfers da0: 997MB (2041856 512 byte sectors: 64H 32S/T 997C) umass0: Phase Error, residue = 0 (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi status == 0x0 umass0: Phase Error, residue = 0 (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi status == 0x0 >How-To-Repeat: >Fix: This can fixed by patching src/sys/cam/scsi/scsi_da.c with: --- scsi_da.c.orig Sat Aug 26 21:17:34 2006 +++ scsi_da.c Sat Aug 26 15:07:48 2006 @@ -325,6 +325,13 @@ }, { /* + * iRiver H10 MP3 player + */ + {T_DIRECT, SIP_MEDIA_REMOVABLE, "iriver", "H10*", "*"}, + /*quirks*/ DA_Q_NO_SYNC_CACHE + }, + { + /* * Frontier Labs NEX IA+ Digital Audio Player, rev 1.10/0.01 * PR: kern/70158 */ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060826194935.C87162841A>