std.virt (a9880bfe1181b7a32d026339bae113f24300e5e1) std.virt (02f2706606e1a4364d10a313dade29a9d4cfffe1)
1#
2# Virt SoC support
3#
4
5# Block devices
6device pvscsi # VMware PVSCSI
7
8# GPIO / PINCTRL

--- 5 unchanged lines hidden (view full) ---

14# PCI/PCI-X/PCIe Ethernet NICs that use iflib infrastructure
15device vmx # VMware VMXNET3 Ethernet
16
17# VirtIO support
18device virtio # Generic VirtIO bus (required)
19device virtio_pci # VirtIO PCI device
20device virtio_mmio # VirtIO Memory Mapped IO device
21device virtio_blk # VirtIO Block device
1#
2# Virt SoC support
3#
4
5# Block devices
6device pvscsi # VMware PVSCSI
7
8# GPIO / PINCTRL

--- 5 unchanged lines hidden (view full) ---

14# PCI/PCI-X/PCIe Ethernet NICs that use iflib infrastructure
15device vmx # VMware VMXNET3 Ethernet
16
17# VirtIO support
18device virtio # Generic VirtIO bus (required)
19device virtio_pci # VirtIO PCI device
20device virtio_mmio # VirtIO Memory Mapped IO device
21device virtio_blk # VirtIO Block device
22device virtio_gpu # VirtIO GPU device
22device virtio_scsi # VirtIO SCSI device
23device vtnet # VirtIO Ethernet device
24
25options FDT
26device acpi
27device acpi_ged
23device virtio_scsi # VirtIO SCSI device
24device vtnet # VirtIO Ethernet device
25
26options FDT
27device acpi
28device acpi_ged