Module Name: src Committed By: jakllsch Date: Fri Jun 15 01:37:40 UTC 2018
Modified Files: src/sys/dev/pci: virtio.c Log Message: Fix queue address setup bug introduced in 1.31. This use-before-initialization problem resulted in non-zero queues never being initialized with their virtqueue pointer, and queue zero's pointer to be clobbered with the virtqueue pointer for the higest-indexed ring. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/pci/virtio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.