Module Name: src Committed By: martin Date: Sun Sep 20 10:17:44 UTC 2020
Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Tickets #1089 and #1090 To generate a diff of this commit: cvs rdiff -u -r1.1.2.113 -r1.1.2.114 src/doc/CHANGES-9.1 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-9.1 diff -u src/doc/CHANGES-9.1:1.1.2.113 src/doc/CHANGES-9.1:1.1.2.114 --- src/doc/CHANGES-9.1:1.1.2.113 Sat Sep 19 12:32:59 2020 +++ src/doc/CHANGES-9.1 Sun Sep 20 10:17:44 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.1,v 1.1.2.113 2020/09/19 12:32:59 martin Exp $ +# $NetBSD: CHANGES-9.1,v 1.1.2.114 2020/09/20 10:17:44 martin Exp $ A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1 release: @@ -4996,3 +4996,13 @@ external/mit/xorg/lib/libX11/Makefile.li Fix libXcursor version for dynamic loading. [nia, ticket #1087] +sys/dev/pci/virtio_pci.c 1.12 + + Fix PCI virtio crash on shutdown. + [jakllsch, ticket #1089] + +sys/dev/pci/virtio_pci.c 1.13 + + Fix virtio interrupts after MSI-X vector exhaustion. + [jakllsch, ticket #1090] +