mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a quirk entry for Y-E Data USB floppy drive.
Driver follows in the next few days.
This commit is contained in:
parent
e557a32190
commit
e96441b1ee
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue