From owner-cvs-all@FreeBSD.ORG Wed Apr 7 13:02:42 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 5810A16A4CE for ; Wed, 7 Apr 2004 13:02:42 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 2AF8643D1D for ; Wed, 7 Apr 2004 13:02:42 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 36027 invoked by uid 1000); 7 Apr 2004 20:00:01 -0000 Date: Wed, 7 Apr 2004 13:00:01 -0700 (PDT) From: Nate Lawson To: John Baldwin In-Reply-To: <200404071942.i37JgLA3005428@repoman.freebsd.org> Message-ID: <20040407125940.E36015@root.org> References: <200404071942.i37JgLA3005428@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci.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: Wed, 07 Apr 2004 20:02:42 -0000 On Wed, 7 Apr 2004, John Baldwin wrote: > jhb 2004/04/07 12:42:21 PDT > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_pci.c > Log: > Implement an ACPI-aware pci_set_powerstate() method for PCI busses that > are enumerated in the ACPI device tree. In addition to the normal PCI > powerstate functionality, the ACPI _PSx methods are executed and ACPI > PowerResources are switched on and off via the acpi_pwr_switch_consumer() > function. > > Glanced at by: imp, njl > > Revision Changes Path > 1.10 +45 -15 src/sys/dev/acpica/acpi_pci.c Woo hoo! This has been a long time coming. -Nate