Module Name: src
Committed By: martin
Date: Wed Sep 23 14:32:47 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1609
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.38 -r1.1.2.39 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.38 src/doc/CHANGES-8.3:1.1.2.39
--- src/doc/CHANGES-8.3:1.1.2.38 Sun Sep 20 10:23:05 2020
+++ src/doc/CHANGES-8.3 Wed Sep 23 14:32:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.38 2020/09/20 10:23:05 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.39 2020/09/23 14:32:46 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -1069,3 +1069,9 @@ sys/dev/pci/virtio_pci.c 1.12
Fix PCI virtio crash on shutdown.
[jakllsch, ticket #1608]
+sys/dev/pci/virtio_pci.c 1.13 (patch)
+ (applied to sys/dev/pci/virtio.c)
+
+ Ensure MSI-X is disabled if allocation of MSI-X interrupts fail.
+ [jakllsch, ticket #1609]
+