Module Name: src
Committed By: jmcneill
Date: Wed May 5 10:25:37 UTC 2021
Modified Files:
src/doc: CHANGES
Log Message:
evbarm: Add support for Allwinner V3s SoCs.
To generate a diff of this commit:
cvs rdiff -u -r1.2802 -r1.2803 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.2802 src/doc/CHANGES:1.2803
--- src/doc/CHANGES:1.2802 Sat May 1 16:14:35 2021
+++ src/doc/CHANGES Wed May 5 10:25:36 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2802 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2803 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -369,3 +369,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
resolver: The default has been changed to check-names
(see resolv.conf(5)), which means that hostnames that
contain invalid characters will not resolve. [christos 20210430]
+ evbarm: Add support for Allwinner V3s SoCs. [jmcneill 20210505]