svn commit: r290777 - stable/10/sys/cam/scsi
Alexander Motin
mav at FreeBSD.org
Fri Nov 13 19:26:51 UTC 2015
Author: mav
Date: Fri Nov 13 19:26:50 2015
New Revision: 290777
URL: https://svnweb.freebsd.org/changeset/base/290777
Log:
MFC r290387: Extend mask of VMware virtual disks.
Modified:
stable/10/sys/cam/scsi/scsi_da.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/cam/scsi/scsi_da.c
==============================================================================
--- stable/10/sys/cam/scsi/scsi_da.c Fri Nov 13 19:24:44 2015 (r290776)
+++ stable/10/sys/cam/scsi/scsi_da.c Fri Nov 13 19:26:50 2015 (r290777)
@@ -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-stable
mailing list