Module Name: src Committed By: martin Date: Sun Mar 26 10:36:11 UTC 2017
Modified Files: src/sys/dev/pci: virtio.c virtiovar.h Log Message: Provide an accessor for the pci attach args of a virtio device (if available - future non-pci attachments may return NULL). Sparc64 MD code needs this to match the OF node of the virtio device for boot device recognition. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/pci/virtio.c cvs rdiff -u -r1.7 -r1.8 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.