mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
1 changed files with 7 additions and 0 deletions
|
|
@ -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 a new issue