Module Name: src Committed By: jruoho Date: Tue Dec 21 18:35:49 UTC 2010
Modified Files: src/doc: CHANGES Log Message: Correct entry [jmcneill 20090804] (the hw.wake was moved to hw.acpi.wake). To generate a diff of this commit: cvs rdiff -u -r1.1478 -r1.1479 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.1478 src/doc/CHANGES:1.1479 --- src/doc/CHANGES:1.1478 Tue Dec 21 18:27:18 2010 +++ src/doc/CHANGES Tue Dec 21 18:35:49 2010 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1478 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1479 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -366,7 +366,7 @@ 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 + hw.acpi.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. [jmcneill 20090804]