Displaying 3 results from an estimated 3 matches for "t_direct".
Did you mean:
o_direct
2003 Aug 22
5
HEADSUP: USB da(4) quirks disabled for 4.9 and 5.2
...* This USB floppy drive uses the UFI command set. This
* command set is a derivative of the ATAPI command set and
* does not support READ_6 commands only READ_10. It also does
* not support sync cache (0x35).
*/
{T_DIRECT, SIP_MEDIA_REMOVABLE, "Y-E DATA", "USB-FDU", "*"},
/*quirks*/ DA_Q_NO_SYNC_CACHE
},
{
/* Another USB floppy */
{T_DIRECT, SIP_MEDIA_REMOVABLE, "MATSHITA", "FDD CF-VFDU*","*"},...
2013 Jul 09
2
OCZ Vertex4 quirks
Same as its brothers/sisters, it's optimized for 4 KB blocks.
/*
* OCZ Vertex 4 SSDs
* 4k optimized
*/
{ T_DIRECT, SIP_MEDIA_FIXED, "ATA", "OCZ_VERTEX4*", "*"},
/*quirks/DA_Q_4K
Borja.
2003 Aug 05
1
A-DATA flash drive: "Attempt to query device size failed"
...>>>> Script done on Tue Aug 5 13:42:17 2003
I tried to add the following quirk to cam/scsi/scsi_da.c
and rebuilt kernel, but nothing changed. (Actually,
i tried also with only DA_Q_NO_6_BYTE, but this didn't help either)
{
/*
* A-DATA USB Flash 2.0 P1.0 SpeedDrive
*/
{T_DIRECT, SIP_MEDIA_REMOVABLE, "A-DATA", "Flash Disk", "*"},
/*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
}
Can someone help me with this? I don't know what else
to do...
TIA,
Igor