aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_xpt.c
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2006-06-26 05:41:11 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2006-06-26 05:41:11 +0000
commit5ce1b00496bd5b696c5bb290ecbef773756d7b72 (patch)
tree2f39252dc9d3b2ec09e1fc0f4272150a76dae36f /sys/cam/cam_xpt.c
parent6f48c9564271111f2bcd49b4f0d352031d855a44 (diff)
downloadsrc-5ce1b00496bd5b696c5bb290ecbef773756d7b72.tar.gz
src-5ce1b00496bd5b696c5bb290ecbef773756d7b72.zip
Grumble. VMWare ESX and VMWare WorkStation have *slightly* different
inquiry data (pointlessly different I might add). Pick the common parts. MFC after: 1 day
Notes
Notes: svn path=/head/; revision=159941
Diffstat (limited to 'sys/cam/cam_xpt.c')
-rw-r--r--sys/cam/cam_xpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index f7c16d33eb61..05dcef992294 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -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
},
{