svn commit: r287160 - head/sys/arm64/conf

Andrew Turner andrew at FreeBSD.org
Wed Aug 26 10:32:24 UTC 2015


Author: andrew
Date: Wed Aug 26 10:32:23 2015
New Revision: 287160
URL: https://svnweb.freebsd.org/changeset/base/287160

Log:
  Add a above the virtio section.

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Wed Aug 26 09:27:44 2015	(r287159)
+++ head/sys/arm64/conf/GENERIC	Wed Aug 26 10:32:23 2015	(r287160)
@@ -84,6 +84,7 @@ options 	WITNESS			# Enable checks to de
 options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
 options 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
 
+# VirtIO support
 device		virtio
 device		virtio_mmio
 device		virtio_blk


More information about the svn-src-head mailing list