On 5/11/2015 8:07 PM, Alexander Motin wrote: > 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) */ > _______________________________________________ > svn-src-head@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org" >
Ooo, thank you! I forgot to test your patch :) _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"