Module Name: src
Committed By: maxv
Date: Sun Sep 15 15:19:49 UTC 2019
Modified Files:
src/doc: CHANGES
Log Message:
Note vHCI.
To generate a diff of this commit:
cvs rdiff -u -r1.2582 -r1.2583 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.2582 src/doc/CHANGES:1.2583
--- src/doc/CHANGES:1.2582 Fri Sep 13 12:00:10 2019
+++ src/doc/CHANGES Sun Sep 15 15:19:49 2019
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2582 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2583 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -41,3 +41,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
resolvconf(8): Import openresolv-3.9.2 [roy 20190908]
boot(8): multiboot 2 support, Xen can now boot from EFI [manu 20190913]
dhcpcd(8): Import dhcpcd-8.0.6 [roy 20190913]
+ kernel: Add vHCI, a driver that allows to send and receive USB
+ packets from userland. [maxv 20190914]