Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2013 05:07:51 +0000 (UTC)
From:      Peter Grehan <grehan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255692 - head/sys/amd64/conf
Message-ID:  <201309190507.r8J57pJe013787@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grehan
Date: Thu Sep 19 05:07:51 2013
New Revision: 255692
URL: http://svnweb.freebsd.org/changeset/base/255692

Log:
  Reconnect the hyperv drivers back into GENERIC now that the
  disengage driver issue has been resolved.
  
  Approved by:	re@ (gjb)

Modified:
  head/sys/amd64/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Thu Sep 19 04:59:44 2013	(r255691)
+++ head/sys/amd64/conf/GENERIC	Thu Sep 19 05:07:51 2013	(r255692)
@@ -341,5 +341,8 @@ 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 
+
 # VMware support
 device		vmx		# VMware VMXNET3 Ethernet



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