svn commit: r257277 - head/sys/amd64/conf

Gleb Smirnoff glebius at FreeBSD.org
Mon Oct 28 21:11:28 UTC 2013


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
+
 #####################################################################
 
 #


More information about the svn-src-head mailing list