Module Name: src
Committed By: jruoho
Date: Mon Apr 19 05:50:36 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Note the acpi(4) sysctl-changes and the mappings for acpiwmi(4).
To generate a diff of this commit:
cvs rdiff -u -r1.1381 -r1.1382 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.1381 src/doc/CHANGES:1.1382
--- src/doc/CHANGES:1.1381 Sat Apr 17 19:08:54 2010
+++ src/doc/CHANGES Mon Apr 19 05:50:36 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1381 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1382 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -587,3 +587,11 @@
fsck_msdos(8): add -x option which allows to run fsck_msdos -n on
a snapshot of a live file system. [hannken 20100411]
hpcarm: Add support for Sharp W-ZERO3 series. [nonaka 20100417]
+ acpi(4): Statistical event counters were added to hw.acpi.stat
+ sysctl(8) tree. Dynamic debug output messages provided by the
+ interpreter were added for ACPI_DEBUG kernels. These are
+ controllable from the hw.acpi.debug sysctl(8) namespace.
+ Furthermore, the ACPI device wake-up sysctl(8) tree was moved
+ from hw.wake to hw.acpi.wake. [jruoho 20100419]
+ acpiwmi(4): Added two mappings (child devices) for the ACPI WMI.
+ [jruoho 20100419]