freebsd-src/sys/dev/virtio/gpu
Andrew Turner 4386935191 vtgpu: Fix the physical memory size
Use the correct endian switching function when switching to a little
endian 64-bit address. Even on a little-endian machine this will
truncate the address to a 32-bit value.

Sponsored by:	Arm Ltd
2023-09-21 11:50:29 +01:00
..
virtio_gpu.c vtgpu: Fix the physical memory size 2023-09-21 11:50:29 +01:00
virtio_gpu.h