mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
The Infortrend IFT-3102 multihost U2 SCSI to U2 SCSI controller
doesn't support the synchronise cache command. PR: kern/21752 Submitted by: Nick R. Colakovic <nickc@corp.firstindustrial.com> MFC after: 1 week
This commit is contained in:
parent
6b9c8e04f9
commit
ff9fc44d6e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86502
@ -223,6 +223,14 @@ static struct da_quirk_entry da_quirk_table[] =
|
||||
{T_DIRECT, SIP_MEDIA_FIXED, quantum, "VIKING 2*", "*"},
|
||||
/*quirks*/ DA_Q_NO_6_BYTE
|
||||
},
|
||||
{
|
||||
/*
|
||||
* Infortrend IFT-3102 SCSI to SCSI controller
|
||||
* (firmware version 2.23).
|
||||
*/
|
||||
{T_DIRECT, SIP_MEDIA_FIXED, "IFT", "3102", "*"},
|
||||
/* quirks*/ DA_Q_NO_SYNC_CACHE
|
||||
},
|
||||
|
||||
/* Below a list of quirks for USB devices supported by umass. */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user