Module Name: src Committed By: jmcneill Date: Mon Dec 7 10:59:27 UTC 2020
Modified Files: src/doc: CHANGES Log Message: acpicpu(4): Add support for Arm CPUs. To generate a diff of this commit: cvs rdiff -u -r1.2763 -r1.2764 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.2763 src/doc/CHANGES:1.2764 --- src/doc/CHANGES:1.2763 Sat Dec 5 16:23:08 2020 +++ src/doc/CHANGES Mon Dec 7 10:59:26 2020 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2763 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2764 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -313,3 +313,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0: libfido2: Update to 1.5.0 for OpenSSH 8.4 support [christos 20201204] OpenSSH: Import 8.4. [christos 20201204] pkg_install: Updated to 20201205. [wiz 20201205] + acpicpu(4): Add support for Arm CPUs. [jmcneill 20201207]