Module Name: src
Committed By: jakllsch
Date: Thu Jun 7 12:36:45 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
note virtio(4) now attaching to fdt(4) w/ MMIO transport
To generate a diff of this commit:
cvs rdiff -u -r1.2393 -r1.2394 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.2393 src/doc/CHANGES:1.2394
--- src/doc/CHANGES:1.2393 Mon Jun 4 16:46:46 2018
+++ src/doc/CHANGES Thu Jun 7 12:36:45 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2393 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2394 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -159,3 +159,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
capability for Broadcom BCM283x SoCs (e.g.
Raspberry Pi). [thorpej 20180519]
dhcpcd: Import 7.0.5b. [roy 20180604]
+ virtio(4): Add MMIO transport and fdt(4) attachment. [jakllsch 20180606]