From owner-cvs-all@FreeBSD.ORG Fri Apr 9 14:11:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCFF116A4CF; Fri, 9 Apr 2004 14:11:20 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55CE643D49; Fri, 9 Apr 2004 14:11:20 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i39LBJkj044641; Fri, 9 Apr 2004 15:11:19 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 09 Apr 2004 15:12:01 -0600 (MDT) Message-Id: <20040409.151201.99879443.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20040409135648.V49998@root.org> References: <20040409.103449.122315793.imp@bsdimp.com> <20040409.145452.24901640.imp@bsdimp.com> <20040409135648.V49998@root.org> 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: scottl@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pci pci.c pci_pci.c pci_private.h src/sys/dev/acpica acpi_pci.c acpi_pcib_acpi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 09 Apr 2004 21:11:21 -0000 : We had to approach this at some point and it's better now than later. : It's also very easy to nop out for people that it causes problems for : while a solution is worked on. I said on IRC earlier that I'd be happy to provide a tunable to turn off the power state transitions if there's enough problems. I don't anticipate there will be. Warner