Date: Thu, 27 May 2004 23:28:55 -0700 (PDT) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c Message-ID: <200405280628.i4S6StHu052630@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405280628.i4S6StHu052630>