svn commit: r255692 - head/sys/amd64/conf

Peter Grehan grehan at FreeBSD.org
Thu Sep 19 05:07:52 UTC 2013


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


More information about the svn-src-head mailing list