freebsd-dev/sys/dev/virtio/pci
Alfredo Dal'Ava Junior fb53b42e36 virtio-modern: fix PCI common read/write functions on big endian targets
Virtio modern has the common data organized in little endian, but
on powerpc64 BE it was reading and writing in the wrong endian.

Submitted by:	Leonardo Bianconi <leonardo.bianconi@eldorado.org.br>
Reviewed by:	bryanv, alfredo
Sponsored by:	Eldorado Research Institute (eldorado.org.br)
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D28947
2021-05-07 02:40:35 -03:00
..
virtio_pci_if.m virtio: Add VirtIO PCI modern (V1) support 2021-01-19 04:55:23 +00:00
virtio_pci_legacy_var.h virtio: Add VirtIO PCI modern (V1) support 2021-01-19 04:55:23 +00:00
virtio_pci_legacy.c virtio_pci_legacy: Allow memory space for configuration 2021-03-20 15:45:34 +08:00
virtio_pci_modern_var.h virtio: Add VirtIO PCI modern (V1) support 2021-01-19 04:55:23 +00:00
virtio_pci_modern.c virtio-modern: fix PCI common read/write functions on big endian targets 2021-05-07 02:40:35 -03:00
virtio_pci_var.h virtio: Add VirtIO PCI modern (V1) support 2021-01-19 04:55:23 +00:00
virtio_pci.c virtio_pci: Add sysctl to show current features 2021-01-19 04:55:23 +00:00
virtio_pci.h virtio_pci: Add sysctl to show current features 2021-01-19 04:55:23 +00:00