Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2013 06:41:32 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r259450 - stable/10/sys/i386/conf
Message-ID:  <201312160641.rBG6fWiY098452@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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