Module Name: src
Committed By: jmcneill
Date: Mon Nov 13 14:44:08 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
sunxinand(4): Add driver for Allwinner NAND Flash Controller.
To generate a diff of this commit:
cvs rdiff -u -r1.2330 -r1.2331 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.2330 src/doc/CHANGES:1.2331
--- src/doc/CHANGES:1.2330 Sun Nov 12 03:03:53 2017
+++ src/doc/CHANGES Mon Nov 13 14:44:08 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2330 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2331 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -80,3 +80,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
arguments, PR kern/52639. Requires contemporaneous update
of vmstat(1). [pgoyette 20171028]
acpi(4): Updated ACPICA to 20171110. [christos 20171111]
+ sunxinand(4): Add driver for Allwinner NAND Flash Controller.
+ [jmcneill 20171113]