Add a quirk entry for Y-E Data USB floppy drive.

Driver follows in the next few days.
This commit is contained in:
Nick Hibma 2000-03-15 22:44:03 +00:00
parent e557a32190
commit e96441b1ee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58123

View File

@ -172,6 +172,16 @@ static struct da_quirk_entry da_quirk_table[] =
*/
{T_DIRECT, SIP_MEDIA_FIXED, "QUANTUM", "VIKING 2*", "*"},
/*quirks*/ DA_Q_NO_6_BYTE
},
{
/*
* 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_6_BYTE|DA_Q_NO_SYNC_CACHE
}
};