Module Name: src Committed By: thorpej Date: Sun Jan 24 15:34:08 UTC 2021
Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: Redefining bus_space functions in drivers is a bad idea, and we just should't be in the habit of doing so. Besides, the previous "solutions" still did not compile correctly, and this does, so let's be done with this nonsense, shall we? To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/pci/virtio_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.