svn commit: r290387 - head/sys/cam/scsi

Alexander Motin mav at FreeBSD.org
Thu Nov 5 09:07:55 UTC 2015


Author: mav
Date: Thu Nov  5 09:07:53 2015
New Revision: 290387
URL: https://svnweb.freebsd.org/changeset/base/290387

Log:
  Extend mask of VMware virtual disks.

Modified:
  head/sys/cam/scsi/scsi_da.c

Modified: head/sys/cam/scsi/scsi_da.c
==============================================================================
--- head/sys/cam/scsi/scsi_da.c	Thu Nov  5 08:27:45 2015	(r290386)
+++ head/sys/cam/scsi/scsi_da.c	Thu Nov  5 09:07:53 2015	(r290387)
@@ -368,7 +368,7 @@ static struct da_quirk_entry da_quirk_ta
 		 * 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) */


More information about the svn-src-all mailing list