svn commit: r259450 - stable/10/sys/i386/conf

Xin LI delphij at FreeBSD.org
Mon Dec 16 06:41:32 UTC 2013


Author: delphij
Date: Mon Dec 16 06:41:31 2013
New Revision: 259450
URL: http://svnweb.freebsd.org/changeset/base/259450

Log:
  MFC r258950:
  
  Enable Hyper-V support in i386 GENERIC.

Modified:
  stable/10/sys/i386/conf/GENERIC
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/i386/conf/GENERIC
==============================================================================
--- stable/10/sys/i386/conf/GENERIC	Mon Dec 16 02:30:56 2013	(r259449)
+++ stable/10/sys/i386/conf/GENERIC	Mon Dec 16 06:41:31 2013	(r259450)
@@ -346,6 +346,9 @@ device		virtio_blk	# VirtIO Block device
 device		virtio_scsi	# VirtIO SCSI device
 device		virtio_balloon	# VirtIO Memory Balloon device
 
+# HyperV drivers
+device		hyperv		# HyperV drivers 
+
 # Xen HVM Guest Optimizations
 # NOTE: XENHVM depends on xenpci.  They must be added or removed together.
 options 	XENHVM		# Xen HVM kernel infrastructure


More information about the svn-src-all mailing list