diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-03-15 22:44:03 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-03-15 22:44:03 +0000 |
| commit | e96441b1ee69d1df234fc11d76ccb8bfa96c9997 (patch) | |
| tree | 437560e8c9c6ce64f49ba4068b441c152decf9aa /sys/cam | |
| parent | e557a321908b4f2837cedb8a2118bb0ea2027299 (diff) | |
Notes
Diffstat (limited to 'sys/cam')
| -rw-r--r-- | sys/cam/scsi/scsi_da.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index d8ad7031fa3b..a9e1e219d091 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -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 } }; |
