Module Name: src Committed By: jmcneill Date: Mon Jan 17 16:13:39 UTC 2011
Modified Files: src/doc: CHANGES Log Message: note acpiwdrt(4) addition To generate a diff of this commit: cvs rdiff -u -r1.1491 -r1.1492 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.1491 src/doc/CHANGES:1.1492 --- src/doc/CHANGES:1.1491 Mon Jan 17 07:33:16 2011 +++ src/doc/CHANGES Mon Jan 17 16:13:39 2011 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1491 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1492 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -827,3 +827,5 @@ powerpc: Add support for using secure PLT (thereby allowing data and bss of powerpc programs and shared library to be set non-executable). [matt 20110115] + acpiwdrt(4): Add a driver for ACPI Watchdog Resource Tables. + [jmcneill 20110117]