From owner-cvs-src@FreeBSD.ORG Wed Apr 14 10:46:22 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 29B7116A4CE; Wed, 14 Apr 2004 10:46:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C60D43D5F; Wed, 14 Apr 2004 10:46:22 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3EHkLGe013702; Wed, 14 Apr 2004 10:46:21 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3EHkLKI013701; Wed, 14 Apr 2004 10:46:21 -0700 (PDT) (envelope-from njl) Message-Id: <200404141746.i3EHkLKI013701@repoman.freebsd.org> From: Nate Lawson Date: Wed, 14 Apr 2004 10:46:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci.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, 14 Apr 2004 17:46:22 -0000 njl 2004/04/14 10:46:21 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_pci.c Log: Only try to set the ACPI power state if the handle is valid. There was probably no problem with this except it may have had the side effect of registering a NULL consumer. Revision Changes Path 1.13 +10 -6 src/sys/dev/acpica/acpi_pci.c