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:
parent
8315f1ea26
commit
74d677ebfd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user