From 5ce1b00496bd5b696c5bb290ecbef773756d7b72 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Mon, 26 Jun 2006 05:41:11 +0000 Subject: [PATCH] Grumble. VMWare ESX and VMWare WorkStation have *slightly* different inquiry data (pointlessly different I might add). Pick the common parts. MFC after: 1 day --- sys/cam/cam_xpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index f7c16d33eb6..05dcef99229 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 }, {