From owner-cvs-all@FreeBSD.ORG Thu May 27 23:29:52 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 0E37C16A4CE; Thu, 27 May 2004 23:29:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C297C43D1D; Thu, 27 May 2004 23:29:51 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4S6Stlq052631; Thu, 27 May 2004 23:28:55 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4S6StHu052630; Thu, 27 May 2004 23:28:55 -0700 (PDT) (envelope-from njl) Message-Id: <200405280628.i4S6StHu052630@repoman.freebsd.org> From: Nate Lawson Date: Thu, 27 May 2004 23:28:55 -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.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, 28 May 2004 06:29:52 -0000 njl 2004/05/27 23:28:55 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Attach per-device sysctls to allow users to set whether or not a given device can wake the system. For example: dev.root0.nexus0.acpi0.acpi_lid0.wake: 1 dev.root0.nexus0.acpi0.acpi_button0.wake: 1 dev.root0.nexus0.acpi0.pcib0.wake: 0 dev.root0.nexus0.acpi0.sio0.wake: 0 Revision Changes Path 1.149 +52 -0 src/sys/dev/acpica/acpi.c