From 74d677ebfdbb2889926f078250d070ba66073369 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Fri, 31 Jul 2020 11:28:09 +0000 Subject: [PATCH] Include virtio support in std.MALTA The MALTA kernel config is generally used for QEMU and having support for VirtIO there by default is quite useful. Reviewed By: brooks Differential Revision: https://reviews.freebsd.org/D25217 --- sys/mips/conf/std.MALTA | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys/mips/conf/std.MALTA b/sys/mips/conf/std.MALTA index 26940db1b92..7b951b92682 100644 --- a/sys/mips/conf/std.MALTA +++ b/sys/mips/conf/std.MALTA @@ -55,3 +55,10 @@ device miibus 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