From owner-cvs-src@FreeBSD.ORG Wed Mar 23 21:38:27 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 B902A16A4CE; Wed, 23 Mar 2005 21:38:27 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD0543D1F; Wed, 23 Mar 2005 21:38:26 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2NLbg16043566; Wed, 23 Mar 2005 14:37:43 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 23 Mar 2005 14:37:42 -0700 (MST) Message-Id: <20050323.143742.74706153.imp@bsdimp.com> To: vova@fbsd.ru From: Warner Losh In-Reply-To: <1111611460.1805.1.camel@localhost> References: <1111516858.1198.2.camel@localhost> <424079AB.6050805@root.org> <1111611460.1805.1.camel@localhost> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: nate@root.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: Wed, 23 Mar 2005 21:38:27 -0000 > > Ok, I've committed a fix: acpi.c rev 1.207. Please cvsup and test. > > It does not help, still same panic It doesn't help me either, and an audit of the code suggests that it will have no effect. There's a resource that's marked as being active, which is why the panic is happening.... I've always hated these panics, but have appreciated them in hindsight once the bug has been fixed because it is a very effective enforcement of proper operations. Warner