Subject: CVS commit: src/sys/dev/acpi
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 06/15/2006 18:05:08
Module Name: src
Committed By: jmcneill
Date: Thu Jun 15 18:05:08 UTC 2006
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
EXPERIMENTAL: Add sysctl for triggering ACPI sleep. This interface is not
stable, so do not depend on it!
To trigger sleep:
# sysctl -w machdep.sleep_state=<n>
Where <n> is typically 1 (standby), 3 (suspend), or 4 (hibernate).
To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 src/sys/dev/acpi/acpi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.