mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Mark the (ancient) MaxOptix Tahiti 1 drive as a known rogue that would
respond to all LUNs. Reviewed by: ken
This commit is contained in:
parent
74acef9ae7
commit
3b9d81dc1a
1 changed files with 10 additions and 0 deletions
|
|
@ -500,6 +500,16 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
|
|||
{ T_DIRECT, SIP_MEDIA_FIXED, "TERASOLU", "TRC-22", "*" },
|
||||
/*quirks*/0, /*mintags*/55, /*maxtags*/255
|
||||
},
|
||||
{
|
||||
/*
|
||||
* Would respond to all LUNs. Device type and removable
|
||||
* flag are jumper-selectable.
|
||||
*/
|
||||
{ T_ANY, SIP_MEDIA_REMOVABLE|SIP_MEDIA_FIXED, "MaxOptix",
|
||||
"Tahiti 1", "*"
|
||||
},
|
||||
CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
|
||||
},
|
||||
{
|
||||
/* Default tagged queuing parameters for all devices */
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue