Module Name: src
Committed By: msaitoh
Date: Thu Aug 17 01:30:57 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
Add C3000 support into ichsmb(4) and ismt(4).
To generate a diff of this commit:
cvs rdiff -u -r1.2304 -r1.2305 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.2304 src/doc/CHANGES:1.2305
--- src/doc/CHANGES:1.2304 Tue Aug 15 10:27:59 2017
+++ src/doc/CHANGES Thu Aug 17 01:30:57 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2304 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2305 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -48,3 +48,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
[msaitoh 20170711]
arm: Add support for NVIDIA Tegra X1 SoC. [jmcneill 20170720]
evbmips: Merge sbmips port into evbmips. [mrg 20170815]
+ ichsmb(4): Add support for Intel C3000. [msaitoh 20170817]
+ ismt(4): Add support for Intel C3000. [msaitoh 20170817]