Module Name: src
Committed By: jmcneill
Date: Sat Nov 25 16:33:59 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
qemufwcfg(4): Add driver for QEMU Firmware Configuration device.
To generate a diff of this commit:
cvs rdiff -u -r1.2334 -r1.2335 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.2334 src/doc/CHANGES:1.2335
--- src/doc/CHANGES:1.2334 Thu Nov 23 07:41:27 2017
+++ src/doc/CHANGES Sat Nov 25 16:33:59 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2334 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2335 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -86,3 +86,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
[jmcneill 20171113]
gcc: Import GCC 5.5. [mrg 20171113]
libtre: Update to the latest git source. [rin 20171117]
+ qemufwcfg(4): Add driver for QEMU Firmware Configuration device.
+ [jmcneill 20171125]