Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Nov 2015 21:19:13 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Alexander Motin <mav@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r290387 - head/sys/cam/scsi
Message-ID:  <563B2D21.70203@FreeBSD.org>
In-Reply-To: <201511050907.tA597rLm004881@repo.freebsd.org>
References:  <201511050907.tA597rLm004881@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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-unsubscribe@freebsd.org"
> 


Ooo, thank you! I forgot to test your patch :)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?563B2D21.70203>