From owner-cvs-src@FreeBSD.ORG Fri Apr 9 09:25:27 2004 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 BCEA616A4CE; Fri, 9 Apr 2004 09:25:27 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 670F143D48; Fri, 9 Apr 2004 09:25:27 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) by pooker.samsco.org (8.12.10/8.12.10) with ESMTP id i39GR0Wn044027; Fri, 9 Apr 2004 10:27:01 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <4076CE28.1020705@freebsd.org> Date: Fri, 09 Apr 2004 10:24:08 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warner Losh References: <200404091544.i39FiYDY061986@repoman.freebsd.org> In-Reply-To: <200404091544.i39FiYDY061986@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@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-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: Fri, 09 Apr 2004 16:25:27 -0000 Warner Losh wrote: > imp 2004/04/09 08:44:34 PDT > > FreeBSD src repository > > Modified files: > sys/dev/pci pci.c pci_pci.c pci_private.h > sys/dev/acpica acpi_pci.c acpi_pcib_acpi.c > Log: > Omnibus PCI commit: > o Save and restore bars for suspend/resume as well as for D3->D0 > transitions. > o preallocate resources that the PCI devices use to avoid resource > conflicts > o lazy allocation of resources not allocated by the BIOS. > o set unattached drivers to state D3. Set power state to D0 > before probe/attach. Right now there's two special cases > for this (display and memory devices) that need work in other > areas of the tree. > > Please report any bugs to me. > I'm really really uncomfortable with the part of this that does the power state changes. It's going to require a _lot_ of testing with as much hardware as we all can get our hands on. It will be an interesting experiment =-) Scott