Add DA_Q_NO_RC16 quirk for USB mass storage device.

PR:		198647
MFC after:	1 week
This commit is contained in:
Hans Petter Selasky 2015-03-25 13:28:13 +00:00
parent dc6a416570
commit a19f8579a6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280597

View File

@ -1182,6 +1182,13 @@ static struct da_quirk_entry da_quirk_table[] =
{ T_DIRECT, SIP_MEDIA_REMOVABLE, "Innostor", "Innostor*", "*" },
/*quirks*/DA_Q_NO_RC16
},
{
/*
* MX-ES USB Drive by Mach Xtreme
*/
{ T_DIRECT, SIP_MEDIA_REMOVABLE, "MX", "MXUB3SES*", "*"},
/*quirks*/DA_Q_NO_RC16
},
};
static disk_strategy_t dastrategy;