Module Name: src Committed By: yamaguchi Date: Thu Oct 21 05:37:43 UTC 2021
Modified Files: src/sys/dev/pci: virtio.c virtio_pci.c virtiovar.h Log Message: virtio: reconfigure MSI-X vector on re-initialization This may fix a problem that some interrupts, for example link-state change of vioif(4) are not notified. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/dev/pci/virtio.c cvs rdiff -u -r1.31 -r1.32 src/sys/dev/pci/virtio_pci.c cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/virtiovar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.