mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Grumble. VMWare ESX and VMWare WorkStation have *slightly* different
inquiry data (pointlessly different I might add). Pick the common parts. MFC after: 1 day
This commit is contained in:
parent
6f48c95642
commit
5ce1b00496
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
|
|||
},
|
||||
{
|
||||
/* Does not support other than LUN 0 */
|
||||
{ T_DIRECT, SIP_MEDIA_FIXED, "VMware*", "VMware Virtu*", "*" },
|
||||
{ T_DIRECT, SIP_MEDIA_FIXED, "VMware*", "*", "*" },
|
||||
CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue