Add a quirk entry so that the Maxtor 3000LE USB drive will work.
Submitted by: merry, Randy Bush <randy@psg.com> MFC after: 3 days
This commit is contained in:
parent
7a54260771
commit
d36803e209
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84953
@ -249,6 +249,13 @@ static struct da_quirk_entry da_quirk_table[] =
|
||||
{T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "Sony DSC", "*"},
|
||||
/*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
|
||||
},
|
||||
{
|
||||
/*
|
||||
* Maxtor 3000LE USB Drive
|
||||
*/
|
||||
{T_DIRECT, SIP_MEDIA_FIXED, "MAXTOR*", "K040H2*", "*"},
|
||||
/*quirks*/ DA_Q_NO_6_BYTE
|
||||
},
|
||||
{
|
||||
{T_OPTICAL, SIP_MEDIA_REMOVABLE, "FUJITSU", "MCF3064AP", "*"},
|
||||
/*quirks*/ DA_Q_NO_6_BYTE
|
||||
|
Loading…
Reference in New Issue
Block a user