svn commit: r258950 - head/sys/i386/conf
Xin LI
delphij at FreeBSD.org
Thu Dec 5 00:56:51 UTC 2013
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
More information about the svn-src-head
mailing list