kern/53067: Add support for the PQI USB Flash Disk
Richard Arends
richard at unixguru.nl
Sun Jun 8 14:30:19 PDT 2003
>Number: 53067
>Category: kern
>Synopsis: Add support for the PQI USB Flash Disk
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Jun 08 14:30:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Richard Arends
>Release: FreeBSD 5.1-CURRENT i386
>Organization:
Unixguru.nl
>Environment:
System: FreeBSD snowlap.unixguru.nl 5.1-CURRENT FreeBSD 5.1-CURRENT #24: Sun Jun 8 22:44:02 CEST 2003 root at snowlap.unixguru.nl:/usr/obj/usr/src/sys/SNOWLAP i386
>Description:
The PQI USB Flash Disk needs DA_Q_NO_6_BYTE and DA_Q_NO_SYNC_CACHE quirks
>How-To-Repeat:
>Fix:
--- scsi_da.c.orig Sun Jun 8 22:28:15 2003
+++ scsi_da.c Sun Jun 8 22:26:37 2003
@@ -507,6 +507,14 @@
*/
{T_DIRECT, SIP_MEDIA_REMOVABLE, "OTi", "Flash Disk", "*"},
/*quirks*/ DA_Q_NO_6_BYTE
+ },
+ {
+ /*
+ * Power Quotient International, Inc. (PQI) USB Traveling Disk USB1.1
+ * Drive does not like cache sync or 6 byte commands.
+ */
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "Generic*", "USB Flash Disk*", "*"},
+ /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
}
};
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-bugs
mailing list