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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to