cam: Add quirk for Samsung MZ7* behind a SATA-to-SAS interposer
Sometimes, this drive will be present in the system such that the the firmware identification string doesn't start with ATA, such as when it's behind a SATA-to-SAS interposer. Add another quirk for that. Submitted by: github user mr44er Github PR: 423
This commit is contained in:
parent
c03b1920fb
commit
863f967f95
@ -1415,6 +1415,15 @@ static struct da_quirk_entry da_quirk_table[] =
|
||||
{ T_DIRECT, SIP_MEDIA_FIXED, "ATA", "MZ7*", "*" },
|
||||
/*quirks*/DA_Q_4K
|
||||
},
|
||||
{
|
||||
/*
|
||||
* Same as above but enable the quirks for SSD SAMSUNG MZ7*
|
||||
* connected via SATA-to-SAS interposer and because of this
|
||||
* starting without "ATA"
|
||||
*/
|
||||
{ T_DIRECT, SIP_MEDIA_FIXED, "SAMSUNG", "MZ7*", "*" },
|
||||
/*quirks*/DA_Q_4K
|
||||
},
|
||||
{
|
||||
/*
|
||||
* SuperTalent TeraDrive CT SSDs
|
||||
|
Loading…
x
Reference in New Issue
Block a user