Module Name: src
Committed By: simonb
Date: Wed Jan 27 05:27:01 UTC 2021
Modified Files:
src/doc: CHANGES
Log Message:
Note support for QEMU "mipssim" emulator.
To generate a diff of this commit:
cvs rdiff -u -r1.2777 -r1.2778 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.2777 src/doc/CHANGES:1.2778
--- src/doc/CHANGES:1.2777 Sun Jan 24 22:08:37 2021
+++ src/doc/CHANGES Wed Jan 27 05:27:01 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2777 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2778 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -329,3 +329,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
evbarm: Add support for Amlogic G12 family SoCs. [ryo 20210101]
pppd(8): updated to version 2.4.9. [christos 20210109]
tzdata updated to 2021a [kre 20210124]
+ evbmips: Add support for QEMU "mipssim" emulator. [simonb 20210127]