From owner-cvs-all@FreeBSD.ORG Thu Apr 26 13:31:08 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87F0716A51B for ; Thu, 26 Apr 2007 13:31:08 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.237]) by mx1.freebsd.org (Postfix) with ESMTP id D6AB613C4B8 for ; Thu, 26 Apr 2007 13:31:07 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so10446nze for ; Thu, 26 Apr 2007 06:31:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qcOF9elmZEn0rmtVOGLwW4eTsAVMsDcNcfIoPFKWlwlHZDdTa+eOVPoj4Z/QiEnZ0vrhpZoBIqaEgHr2DtcT8PaqXEGeswhboA8kgftWLxcUn3xLxBZ7r+PaOMV4fk01tkPCyd4fLFzCMfYsOnGKKQAEXuDEYH+Uh0oV6WoQRsw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gIFABA2Jjm6iVuYOvHR2VEoA8NQ0W7Ka2xGrcGwqT76eL4WiaAvYXQsBavQ+X4efU7FgBvq3ldrAsXxrFN4WLJg2EtPJpv9HDMwpuWh7fTTwuRfN1VSTPV7racwfqi+es2AXf3vg8KAeWmnAQQkOPgLGfY/o0RyDhT5YPQy4d5s= Received: by 10.65.241.20 with SMTP id t20mr4084604qbr.1177594265226; Thu, 26 Apr 2007 06:31:05 -0700 (PDT) Received: by 10.64.185.12 with HTTP; Thu, 26 Apr 2007 06:31:04 -0700 (PDT) Message-ID: <6eb82e0704260631g3f73b871iae650c6ae552edb3@mail.gmail.com> Date: Thu, 26 Apr 2007 21:31:04 +0800 From: "Rong-en Fan" To: "Ollivier Robert" In-Reply-To: <200704261259.l3QCxKL8022669@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704261259.l3QCxKL8022669@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2007 13:31:08 -0000 On 4/26/07, Ollivier Robert wrote: > roberto 2007-04-26 12:59:20 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-disk.c > Log: > Use the same timeout parameters for BIO_FLUSH as with the other commands. > > This workaround the problem in Parallels/VMWare where the emulated drivers are > slower, especially with ATA_FLUSHCACHE. The problem appears much more > frequently with ZFS which use it a lot more. I saw this timeout message on my ThinkPad X60 (SATA drive) three or four times in one day when using ZFS. I will see if this helps my case. Regards, Rong-En Fan > Approved: sos, pjd > > Revision Changes Path > 1.202 +0 -2 src/sys/dev/ata/ata-disk.c > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" >