Dell has an OEM drive from Samsung that has issues. NCQ Trim isn't
broken on this drive, but it doesn't support it and the fallback logic is failing. Quirk it until those issues can be resolved in a more generic way.
This commit is contained in:
parent
75b3cfd252
commit
bf95d6a610
@ -586,6 +586,15 @@ static struct ada_quirk_entry ada_quirk_table[] =
|
||||
{ T_DIRECT, SIP_MEDIA_FIXED, "*", "SAMSUNG MZ7*", "*" },
|
||||
/*quirks*/ADA_Q_4K | ADA_Q_NCQ_TRIM_BROKEN
|
||||
},
|
||||
{
|
||||
/*
|
||||
* Samsung PM851 Series SSDs Dell OEM
|
||||
* device model "SAMSUNG SSD PM851 mSATA 256GB"
|
||||
* 4k optimised, NCQ broken
|
||||
*/
|
||||
{ T_DIRECT, SIP_MEDIA_FIXED, "*", "SAMSUNG SSD PM851*", "*" },
|
||||
/*quirks*/ADA_Q_4K | ADA_Q_NCQ_TRIM_BROKEN
|
||||
},
|
||||
{
|
||||
/*
|
||||
* SuperTalent TeraDrive CT SSDs
|
||||
|
Loading…
x
Reference in New Issue
Block a user