Displaying 2 results from an estimated 2 matches for "sip_media_remov".
2003 Aug 22
5
HEADSUP: USB da(4) quirks disabled for 4.9 and 5.2
...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*","*"},...
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