aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Dal'Ava Junior <alfredo@FreeBSD.org>2022-03-14 20:54:26 +0000
committerAlfredo Dal'Ava Junior <alfredo@FreeBSD.org>2022-03-15 12:34:22 +0000
commitaa37fbc2003625ea3b07d845abab92a35a6f0b76 (patch)
tree07883a4348b2ce4372b55bd5043d25de9df57138
parent5ffaf7957fa531587d8ab807b210f7b03958516f (diff)
downloadsrc-aa37fbc2003625ea3b07d845abab92a35a6f0b76.tar.gz
src-aa37fbc2003625ea3b07d845abab92a35a6f0b76.zip
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
-rw-r--r--sys/powerpc/conf/MPC85XXSPE8
1 files changed, 8 insertions, 0 deletions
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