Module Name: src
Committed By: mrg
Date: Sat May 15 10:22:46 UTC 2021
Modified Files:
src/doc: CHANGES
Log Message:
note spiflash(4) works on rk3328.
To generate a diff of this commit:
cvs rdiff -u -r1.2805 -r1.2806 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.2805 src/doc/CHANGES:1.2806
--- src/doc/CHANGES:1.2805 Tue May 11 14:52:22 2021
+++ src/doc/CHANGES Sat May 15 10:22:46 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2805 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2806 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -373,3 +373,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
aiomixer(1): Added aiomixer, a curses-based mixer for NetBSD's
audio API.
wskbd(4): Added German Neo 2 layout. [nia 20210511]
+ spiflash(4): Add support for Rockchip RK3328. [mrg 20210514]