Add quirk for Fujitsu M2513A MO drives. These drives hang at various
operations due to the synchronize cache command. PR: kern/21674 Submitted by: W.Scholten <whs@xs4all.nl> MFC after: 1 week
This commit is contained in:
parent
ccc7b69205
commit
d5abb1e452
@ -141,6 +141,21 @@ static const char microp[] = "MICROP";
|
||||
|
||||
static struct da_quirk_entry da_quirk_table[] =
|
||||
{
|
||||
{
|
||||
/*
|
||||
* Fujitsu M2513A MO drives.
|
||||
* Tested devices: M2513A2 firmware versions 1200 & 1300.
|
||||
* (dip switch selects whether T_DIRECT or T_OPTICAL device)
|
||||
* Reported by: W.Scholten <whs@xs4all.nl>
|
||||
*/
|
||||
{T_DIRECT, SIP_MEDIA_REMOVABLE, "FUJITSU", "M2513A", "*"},
|
||||
/*quirks*/ DA_Q_NO_SYNC_CACHE
|
||||
},
|
||||
{
|
||||
/* See above. */
|
||||
{T_OPTICAL, SIP_MEDIA_REMOVABLE, "FUJITSU", "M2513A", "*"},
|
||||
/*quirks*/ DA_Q_NO_SYNC_CACHE
|
||||
},
|
||||
{
|
||||
/*
|
||||
* This particular Fujitsu drive doesn't like the
|
||||
|
Loading…
Reference in New Issue
Block a user