mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
Add a new virtio backend to support SCMI VirtIO devices (type 32) as defined by the VirtIO specification since version v1.2. https://docs.oasis-open.org/virtio/virtio/v1.2/cs01/virtio-v1.2-cs01.pdf Reviewed by: andrew, bryanv Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D43047
29 lines
686 B
Text
29 lines
686 B
Text
#
|
|
# Virt SoC support
|
|
#
|
|
|
|
# Block devices
|
|
device pvscsi # VMware PVSCSI
|
|
|
|
# GPIO / PINCTRL
|
|
device pl061 # Arm PL061 GPIO controller
|
|
|
|
# Serial (COM) ports
|
|
device pl011
|
|
|
|
# PCI/PCI-X/PCIe Ethernet NICs that use iflib infrastructure
|
|
device vmx # VMware VMXNET3 Ethernet
|
|
|
|
# VirtIO support
|
|
device virtio # Generic VirtIO bus (required)
|
|
device virtio_pci # VirtIO PCI device
|
|
device virtio_mmio # VirtIO Memory Mapped IO device
|
|
device virtio_blk # VirtIO Block device
|
|
device virtio_gpu # VirtIO GPU device
|
|
device virtio_scmi # VirtIO SCMI device
|
|
device virtio_scsi # VirtIO SCSI device
|
|
device vtnet # VirtIO Ethernet device
|
|
|
|
options FDT
|
|
device acpi
|
|
device acpi_ged
|