From owner-cvs-src@FreeBSD.ORG Thu Apr 7 19:30:10 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5B0116A4CE; Thu, 7 Apr 2005 19:30:10 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AF7B43D1D; Thu, 7 Apr 2005 19:30:10 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j37JU8LS010067 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 7 Apr 2005 12:30:09 -0700 Message-ID: <42558A3F.6030806@root.org> Date: Thu, 07 Apr 2005 12:30:07 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200504071733.j37HXM7Z065078@repoman.freebsd.org> <200504071433.38915.jhb@FreeBSD.org> In-Reply-To: <200504071433.38915.jhb@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_perf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 19:30:10 -0000 John Baldwin wrote: > On Thursday 07 April 2005 01:33 pm, Nate Lawson wrote: > >>njl 2005-04-07 17:33:22 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/acpica acpi_perf.c >> Log: >> Revert part of 1.19. We do want to set the count to 0 since otherwise >> it would give false info to other parts of the driver. > > > Note that in the error condition of the 'out' target we already explicitly set > px_count to 0. :) > Ah, thanks. -- Nate