From owner-cvs-all@FreeBSD.ORG Mon Oct 24 05:34:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 C7AD216A41F; Mon, 24 Oct 2005 05:34:21 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8651543D55; Mon, 24 Oct 2005 05:34:21 +0000 (GMT) (envelope-from njl@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 j9O5YLTK072977; Mon, 24 Oct 2005 05:34:21 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9O5YL1X072976; Mon, 24 Oct 2005 05:34:21 GMT (envelope-from njl) Message-Id: <200510240534.j9O5YL1X072976@repoman.freebsd.org> From: Nate Lawson Date: Mon, 24 Oct 2005 05:34:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpi_acad.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 24 Oct 2005 05:34:21 -0000 njl 2005-10-24 05:34:21 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_acad.c Log: If no AC line devices are found, go ahead and notify devd that the system is on AC power (i.e. not a laptop). This allows power_profile to run once for desktop systems as well, for instance, to set C3 or CPU frequency. MFC after: 2 weeks Revision Changes Path 1.36 +18 -0 src/sys/dev/acpica/acpi_acad.c