freebsd-dev/sys/dev/virtio/mmio
Kristof Provost 776d3d5924 virtio: Fix running on machines with memory above 0xffffffff
We want to allocate a contiguous memory block anywhere in memory, but
expressed this as having to be between 0 and 0xffffffff. This limits us
on 64-bit machines, and outright breaks on machines where memory is
mapped above that address range.

Allow the full address range to be used for this allocation.

Sponsored by:	Axiado
2019-07-26 19:16:02 +00:00
..
virtio_mmio_acpi.c Split out the virtio mmio FDT attachment and add an ACPI attachment. 2018-10-21 15:43:20 +00:00
virtio_mmio_fdt.c Split out the virtio mmio FDT attachment and add an ACPI attachment. 2018-10-21 15:43:20 +00:00
virtio_mmio_if.m
virtio_mmio.c virtio: Fix running on machines with memory above 0xffffffff 2019-07-26 19:16:02 +00:00
virtio_mmio.h Split out the virtio mmio FDT attachment and add an ACPI attachment. 2018-10-21 15:43:20 +00:00