From aa37fbc2003625ea3b07d845abab92a35a6f0b76 Mon Sep 17 00:00:00 2001 From: Alfredo Dal'Ava Junior Date: Mon, 14 Mar 2022 17:54:26 -0300 Subject: [PATCH] powerpcspe: add virtio in-kernel support Adding it in order to make easier using powerpcspe images under qemu Reviewed by: jhibbits Sponsored by: Instituto de Pesquisas Eldorado (eldorado.org.br) Differential Revision: https://reviews.freebsd.org/D34554 --- sys/powerpc/conf/MPC85XXSPE | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sys/powerpc/conf/MPC85XXSPE b/sys/powerpc/conf/MPC85XXSPE index a3b8f06a4483..0f59b9ee8879 100644 --- a/sys/powerpc/conf/MPC85XXSPE +++ b/sys/powerpc/conf/MPC85XXSPE @@ -121,6 +121,14 @@ device umass device usb device vlan +# VirtIO support +device virtio # Generic VirtIO bus (required) +device virtio_pci # VirtIO PCI device +device vtnet # VirtIO Ethernet device +device virtio_blk # VirtIO Block device +device virtio_scsi # VirtIO SCSI device +device virtio_balloon # VirtIO Memory Balloon device + # P1022 DIU device diu device videomode