Index: head/sys/mips/conf/std.MALTA =================================================================== --- head/sys/mips/conf/std.MALTA +++ head/sys/mips/conf/std.MALTA @@ -55,3 +55,10 @@ device bpf device md device uart + +# VirtIO support +device virtio # Generic VirtIO bus (required) +device virtio_pci # VirtIO PCI Interface +device vtnet # VirtIO Ethernet device +device virtio_blk # VirtIO Block device +device virtio_random # VirtIO Entropy device