Module Name: src Committed By: ozaki-r Date: Mon Oct 26 01:44:48 UTC 2015
Modified Files: src/sys/dev/pci: if_vioif.c virtio.c virtioreg.h virtiovar.h Log Message: Support MSI-X in virtio Currently only vioif(4) uses the feature. knakahara@ helped to migrate to pci_intr_alloc(9). Thanks! To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pci/if_vioif.c cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/virtio.c cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/virtioreg.h cvs rdiff -u -r1.4 -r1.5 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.