Module Name: src
Committed By: jmcneill
Date: Fri Jul 21 01:01:57 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
arm: Add support for NVIDIA Tegra X1 SoC.
To generate a diff of this commit:
cvs rdiff -u -r1.2300 -r1.2301 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.2300 src/doc/CHANGES:1.2301
--- src/doc/CHANGES:1.2300 Tue Jul 11 10:14:10 2017
+++ src/doc/CHANGES Fri Jul 21 01:01:57 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2300 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2301 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -44,3 +44,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
wbsio(4): Add support for NCT6795. [msaitoh 20170711]
lm(4): Add support for NCT5174D, NCT6775F, NCT6779D and NCT679[1235]D.
[msaitoh 20170711]
+ arm: Add support for NVIDIA Tegra X1 SoC. [jmcneill 20170720]