Module Name: src Committed By: jmcneill Date: Fri Oct 2 16:57:22 UTC 2009
Modified Files: src/doc: CHANGES Log Message: acpiwmi(4): Add a driver for the ACPI WMI Mapper interface. To generate a diff of this commit: cvs rdiff -u -r1.1300 -r1.1301 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.1300 src/doc/CHANGES:1.1301 --- src/doc/CHANGES:1.1300 Fri Oct 2 16:19:19 2009 +++ src/doc/CHANGES Fri Oct 2 16:57:22 2009 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1300 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1301 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -413,3 +413,5 @@ hardware monitor and watchdog timer. [nakayama 20091002] i386: Add support for enhanced speedstep on VIA C7 Esther CPUs. [jmcneill 20091002] + acpiwmi(4): Add a driver for the ACPI WMI Mapper interface. + [jmcneill 20091002]