Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2013 21:11:28 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257277 - head/sys/amd64/conf
Message-ID:  <201310282111.r9SLBSSA039209@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Mon Oct 28 21:11:28 2013
New Revision: 257277
URL: http://svnweb.freebsd.org/changeset/base/257277

Log:
  Include XEN and HyperV into amd64 LINT.

Modified:
  head/sys/amd64/conf/NOTES

Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES	Mon Oct 28 21:09:59 2013	(r257276)
+++ head/sys/amd64/conf/NOTES	Mon Oct 28 21:11:28 2013	(r257277)
@@ -473,6 +473,12 @@ device		virtio_blk	# VirtIO Block device
 device		virtio_scsi	# VirtIO SCSI device
 device		virtio_balloon	# VirtIO Memory Balloon device
 
+device 		hyperv		# HyperV drivers
+
+# Xen HVM Guest Optimizations
+options 	XENHVM		# Xen HVM kernel infrastructure 
+device 		xenpci		# Xen HVM Hypervisor services driver
+
 #####################################################################
 
 #



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