According to the comment reported in review https://reviews.freebsd.org/D23401 (@arichardson ) the kernel was not compiled for mips architecture if it included virtio devices in conf sys/mips/conf/std.MALTA
The problem with mips, which is big-endian, is the different implementation of bus_space.
This patch allows the kernel to be compiled in mips architecture with virtio (tested kernel compiling in mips, powerpc64 and amd64).