Add support for samsung HM250JI

PR:		usb/121474
Submitted by:	Ben Stuyts <ben@altesco.nl>
Approved by:	cperciva (implicit)
MFC after:	3 days
This commit is contained in:
Eitan Adler 2012-10-16 17:49:14 +00:00
parent 22ddf6d447
commit 88bca58512
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241613

View File

@ -844,6 +844,15 @@ static struct da_quirk_entry da_quirk_table[] =
{T_DIRECT, SIP_MEDIA_REMOVABLE, "USB 2.0", "(HS) Flash Disk",
"*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
},
{
/*
* LaCie external 250GB Hard drive des by Porsche
* Submitted by: Ben Stuyts <ben@altesco.nl>
* PR: 121474
*/
{T_DIRECT, SIP_MEDIA_FIXED, "SAMSUNG", "HM250JI", "*"},
/*quirks*/ DA_Q_NO_SYNC_CACHE
},
};
static disk_strategy_t dastrategy;