From c71150ce5d8a0b13aecd099139da4e0e636a7d4c Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Thu, 5 Nov 2015 09:07:53 +0000 Subject: [PATCH] Extend mask of VMware virtual disks. --- sys/cam/scsi/scsi_da.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index 2dc2a474bc75..f870288f7044 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -368,7 +368,7 @@ static struct da_quirk_entry da_quirk_table[] = * VMware returns BUSY status when storage has transient * connectivity problems, so better wait. */ - {T_DIRECT, SIP_MEDIA_FIXED, "VMware", "Virtual disk", "*"}, + {T_DIRECT, SIP_MEDIA_FIXED, "VMware*", "*", "*"}, /*quirks*/ DA_Q_RETRY_BUSY }, /* USB mass storage devices supported by umass(4) */