Extend UNMAP blacklist on all STEC SSD models.
None of existing STEC devices need UNMAP or even support it well, having many limitations and even hanging sometimes executing those commands. New devices that may use UNMAP going to be released under HGST name. MFC after: 3 days
This commit is contained in:
parent
ea3c3dd245
commit
a3e07f1c6a
@ -354,9 +354,9 @@ static struct da_quirk_entry da_quirk_table[] =
|
||||
},
|
||||
{
|
||||
/*
|
||||
* The STEC 842 sometimes hang on UNMAP.
|
||||
* The STEC SSDs sometimes hang on UNMAP.
|
||||
*/
|
||||
{T_DIRECT, SIP_MEDIA_FIXED, "STEC", "S842E800M2", "*"},
|
||||
{T_DIRECT, SIP_MEDIA_FIXED, "STEC", "*", "*"},
|
||||
/*quirks*/ DA_Q_NO_UNMAP
|
||||
},
|
||||
/* USB mass storage devices supported by umass(4) */
|
||||
|
Loading…
Reference in New Issue
Block a user