NetBSD/sys/dev/virtio
rin 9c0183255f virtio(4): Fix byte order of DMA data for armeb in the same manner as
aarch64eb.

Fix comments to explain what is going on for {arm,aarch64}eb on QEMU.
This is not due to QEMU bugs; it correctly configures everything for
little-endian environment, and we forcibly change byte order only for
CPU cores during kernel bootstrap.
2023-07-07 07:19:36 +00:00
..
files.virtio viocon(4): New virtio tty driver imported from OpenBSD. 2022-08-12 11:15:40 +00:00
viocon.c viocon(4): Show error in assertion failure. 2023-04-16 18:37:16 +00:00
virtio_mmio.c virtio(4): Fix byte order of DMA data for armeb in the same manner as 2023-07-07 07:19:36 +00:00
virtio_mmiovar.h rename "setup_interrupts" to "alloc_interrupts" 2021-10-22 02:57:23 +00:00