Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2020 11:28:09 +0000 (UTC)
From:      Alex Richardson <arichardson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r363730 - head/sys/mips/conf
Message-ID:  <202007311128.06VBS9FA033102@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arichardson
Date: Fri Jul 31 11:28:09 2020
New Revision: 363730
URL: https://svnweb.freebsd.org/changeset/base/363730

Log:
  Include virtio support in std.MALTA
  
  The MALTA kernel config is generally used for QEMU and having support
  for VirtIO there by default is quite useful.
  
  Reviewed By:	brooks
  Differential Revision: https://reviews.freebsd.org/D25217

Modified:
  head/sys/mips/conf/std.MALTA

Modified: head/sys/mips/conf/std.MALTA
==============================================================================
--- head/sys/mips/conf/std.MALTA	Fri Jul 31 11:14:11 2020	(r363729)
+++ head/sys/mips/conf/std.MALTA	Fri Jul 31 11:28:09 2020	(r363730)
@@ -55,3 +55,10 @@ device		miibus
 device		bpf
 device		md
 device		uart
+
+# VirtIO support
+device		virtio		# Generic VirtIO bus (required)
+device		virtio_pci	# VirtIO PCI Interface
+device		vtnet		# VirtIO Ethernet device
+device		virtio_blk	# VirtIO Block device
+device		virtio_random	# VirtIO Entropy device



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007311128.06VBS9FA033102>