Module Name: src
Committed By: jmcneill
Date: Tue Aug 4 17:11:14 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
acpi wakedev support
To generate a diff of this commit:
cvs rdiff -u -r1.1266 -r1.1267 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1266 src/doc/CHANGES:1.1267
--- src/doc/CHANGES:1.1266 Mon Aug 3 19:48:36 2009
+++ src/doc/CHANGES Tue Aug 4 17:11:14 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1266 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1267 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -346,3 +346,10 @@
bind: Update to 9.6.1-P1. [christos 20090728]
xen: dropped Xen 2 support. [cegger 20090728]
libbluetooth: add device access API bt_dev(3). [plunky 20090803]
+ acpi(4): It is now possible to configure devices other than the lid
+ switch and sleep/power buttons as a method of waking the
+ machine from sleep. Any ACPI device node with a _PRW method
+ is now a candidate, and the device nodes are listed in the
+ hw.wake namespace. By default, the following device node
+ types are enabled as wakeup devices if the firmware supports
+ it: lid switch, sleep/power button, PC keyboard controller.