Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2013 00:56:51 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r258950 - head/sys/i386/conf
Message-ID:  <201312050056.rB50upcx070776@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Thu Dec  5 00:56:50 2013
New Revision: 258950
URL: http://svnweb.freebsd.org/changeset/base/258950

Log:
  Enable Hyper-V support in i386 GENERIC.
  
  MFC after:	2 weeks

Modified:
  head/sys/i386/conf/GENERIC

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC	Thu Dec  5 00:56:03 2013	(r258949)
+++ head/sys/i386/conf/GENERIC	Thu Dec  5 00:56:50 2013	(r258950)
@@ -354,6 +354,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?201312050056.rB50upcx070776>