Date: Thu, 1 Apr 2010 13:44:09 GMT From: Urankar Mikael <mikael.urankar@ujf-grenoble.fr> To: freebsd-gnats-submit@FreeBSD.org Subject: usb/145265: [patch] Freecom USB-IDE bridge Message-ID: <201004011344.o31Di9m6014642@www.freebsd.org> Resent-Message-ID: <201004011350.o31DoA98034846@freefall.freebsd.org>
index | next in thread | raw e-mail
>Number: 145265 >Category: usb >Synopsis: [patch] Freecom USB-IDE bridge >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: Thu Apr 01 13:50:09 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Urankar Mikael >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: FreeBSD iut-mir-o.ujf-grenoble.fr 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r205164M: Mon Mar 29 07:27:02 CEST 2010 murankar@iut-mir-o.ujf-grenoble.fr:/usr/obj/usr/src/sys/LETHE amd64 >Description: I have the same problem described in usb/144915, ie the external HDD works fine with UFS but I get the following messages with ZFS : (da1:umass-sim1:1:0:0): SYNCHRONIZE CACHE(10). CDB: 35 0 0 0 0 0 0 0 0 0 (da1:umass-sim1:1:0:0): CAM status: SCSI Status Error (da1:umass-sim1:1:0:0): SCSI status: Check Condition (da1:umass-sim1:1:0:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code) >How-To-Repeat: use ZFS on a Freecom Classic SL Hard Drive USB-IDE bridge >Fix: Apply the attached patch Patch attached with submission follows: Index: usbdevs =================================================================== --- usbdevs (révision 205164) +++ usbdevs (copie de travail) @@ -1481,6 +1481,7 @@ /* Freecom products */ product FREECOM DVD 0xfc01 DVD drive +product FREECOM HDD 0xfc05 Classic SL Hard Drive /* Fujitsu Siemens Computers products */ product FSC E5400 0x1009 PrismGT USB 2.0 WLAN Index: quirk/usb_quirk.c =================================================================== --- quirk/usb_quirk.c (révision 205164) +++ quirk/usb_quirk.c (copie de travail) @@ -184,6 +184,7 @@ USB_QUIRK(FEIYA, 5IN1, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB, UQ_MSC_FORCE_PROTO_SCSI), USB_QUIRK(FREECOM, DVD, 0x0000, 0xffff, UQ_MSC_FORCE_PROTO_SCSI), + USB_QUIRK(FREECOM, HDD, 0x0000, 0xffff, UQ_MSC_NO_SYNC_CACHE), USB_QUIRK(FUJIPHOTO, MASS0100, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_CBI_I, UQ_MSC_FORCE_PROTO_ATAPI, UQ_MSC_NO_RS_CLEAR_UA), USB_QUIRK(GENESYS, GL641USB2IDE, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB, >Release-Note: >Audit-Trail: >Unformatted:help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004011344.o31Di9m6014642>
