Module Name: src
Committed By: martin
Date: Wed May 13 12:40:09 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1547
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-8.3
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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.9 src/doc/CHANGES-8.3:1.1.2.10
--- src/doc/CHANGES-8.3:1.1.2.9 Thu May 7 17:03:51 2020
+++ src/doc/CHANGES-8.3 Wed May 13 12:40:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.9 2020/05/07 17:03:51 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.10 2020/05/13 12:40:09 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -139,3 +139,9 @@ bin/rcp/rcp.c 1.50
further files or directories to be ignored or corrupted.
[aymeric, ticket #1546]
+sys/arch/x86/pci/if_vmx.c 1.60
+
+ Fix wrong logic to make the number of vmx(4) TX/RX queues a power
+ of two.
+ [yamaguchi, ticket #1547]
+