From owner-svn-src-head@freebsd.org Thu Nov 5 10:19:27 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7A00A2730F; Thu, 5 Nov 2015 10:19:27 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77C59163F; Thu, 5 Nov 2015 10:19:27 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pasz6 with SMTP id z6so87002662pas.2; Thu, 05 Nov 2015 02:19:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=QZKpdJmAQyK0ehnHYpFBEqjZHafLcpImk2dF3d4QU8k=; b=cqg8kQh4ULk3X9RY7tbB1vfkJ7KSoCJQiARa5gGahV7Pku16WP5PBv/7wXMA/Lgzpd NqqabT/ifA3RdWqe8vY1rctJa1ti/gyc1jl9WiocNRSDaPqFV2msYMe9LY0Fy425GSM9 61E+lKltaq6BrFg/MI6hAve2FTKuqro3TEs9whN6kWNKnzt3USm2jVFHLbXJZ/zJVfHH BfUQMPzoeXX8Wm+cbqBggJSwL3hSQMhIWUNWgxbOEMK1EQU7666auXo4VYbYM0wy+REf cyXToYdU+xm9FMXV/I71Qhzmjb1o2dXoLxit+iLtlCbDsGKG3UPJclouxOUi0lkDa9gT Sq3w== X-Received: by 10.69.26.36 with SMTP id iv4mr8573038pbd.0.1446718767139; Thu, 05 Nov 2015 02:19:27 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:38a2:343d:295d:ce0? (2001-44b8-31ae-7b01-38a2-343d-295d-0ce0.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:38a2:343d:295d:ce0]) by smtp.gmail.com with ESMTPSA id fk8sm7035545pab.33.2015.11.05.02.19.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Nov 2015 02:19:26 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r290387 - head/sys/cam/scsi References: <201511050907.tA597rLm004881@repo.freebsd.org> To: Alexander Motin , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org From: Kubilay Kocak Message-ID: <563B2D21.70203@FreeBSD.org> Date: Thu, 5 Nov 2015 21:19:13 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <201511050907.tA597rLm004881@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2015 10:19:27 -0000 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 :)