usb/132799: [usb][patch]GENESYS USB2IDE requires
NO_SYNCHRONIZE_CACHE in its QUIRK
Yoshihiro Ota
ota at j.email.ne.jp
Wed Mar 18 22:30:02 PDT 2009
>Number: 132799
>Category: usb
>Synopsis: [usb][patch]GENESYS USB2IDE requires NO_SYNCHRONIZE_CACHE in its QUIRK
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-usb
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Mar 19 05:30:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Yoshihiro Ota
>Release: 7.1-RELEASE 8-CURRENT
>Organization:
>Environment:
%uname -a
FreeBSD xxx 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #463 r188634M: Thu Mar 12 12:27:06 EDT 2009 xxx:/usr/obj/usr/src/sys/GENERIC i386
>Description:
>How-To-Repeat:
>Fix:
The patch is verified on both 7.1-RELEASE and 8-CURRENT.
Patch attached with submission follows:
Index: umass.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/usb/Attic/umass.c,v
retrieving revision 1.160.2.4.2.1
diff -u -r1.160.2.4.2.1 umass.c
--- umass.c 25 Nov 2008 02:59:29 -0000 1.160.2.4.2.1
+++ umass.c 19 Mar 2009 05:18:51 -0000
@@ -415,6 +415,7 @@
{ USB_VENDOR_GENESYS, USB_PRODUCT_GENESYS_GL641USB2IDE, RID_WILDCARD,
UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
FORCE_SHORT_INQUIRY | NO_START_STOP | IGNORE_RESIDUE
+ | NO_SYNCHRONIZE_CACHE
},
{ USB_VENDOR_GENESYS, USB_PRODUCT_GENESYS_GL641USB2IDE_2, RID_WILDCARD,
UMASS_PROTO_ATAPI | UMASS_PROTO_BBB,
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-usb
mailing list