opnsense-src/sys/arm64/conf/std.virt
Andrew Turner 02f2706606 Add a virtio-gpu 2D driver
Add a driver to connect vt to the VirtIO GPU device in 2D mode. This
provides a output on the display when a qemu virtio gpu device is
added, e.g. with -device virtio-gpu-pci.

Tested on qemu using UTM, and a Hetzner arm64 VM instance.

Reviewed by:	bryanv (earlier version)
Sponsored by:	Arm Ltd
Differential Revision:	https://reviews.freebsd.org/D40094
2023-08-17 12:26:57 +01:00

28 lines
643 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_scsi # VirtIO SCSI device
device vtnet # VirtIO Ethernet device
options FDT
device acpi
device acpi_ged