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
This commit is contained in:
Alex Richardson 2020-07-31 11:28:09 +00:00
parent 8315f1ea26
commit 74d677ebfd

View File

@ -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