From owner-cvs-all@FreeBSD.ORG Fri Apr 1 18:45:45 2005 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 0088D16A4CE; Fri, 1 Apr 2005 18:45:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C873843D3F; Fri, 1 Apr 2005 18:45:44 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j31IjiPA072815; Fri, 1 Apr 2005 18:45:44 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j31Iji5n072814; Fri, 1 Apr 2005 18:45:44 GMT (envelope-from jmg) Message-Id: <200504011845.j31Iji5n072814@repoman.freebsd.org> From: John-Mark Gurney Date: Fri, 1 Apr 2005 18:45:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/pci 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: Fri, 01 Apr 2005 18:45:45 -0000 jmg 2005-04-01 18:45:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/pci pci.c Log: MFC: > relocate the power state transition statements to the > pci_set_powerstate_method function... and: > move the statement about switching power states to just before we do it, so > we don't print a false statement if the destination powerstate is > unsupported... > > Revision Changes Path > 1.283 +5 -15 src/sys/dev/pci/pci.c > 1.285 +7 -5 src/sys/dev/pci/pci.c Approved by: re (kensmith) Revision Changes Path 1.264.2.8 +7 -15 src/sys/dev/pci/pci.c