Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2013 01:07:27 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255752 - head/sys/amd64/conf
Message-ID:  <201309210107.r8L17Rdj031143@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Sat Sep 21 01:07:27 2013
New Revision: 255752
URL: http://svnweb.freebsd.org/changeset/base/255752

Log:
  Put 'device hyperv' back in amd64/GENERIC, incorrectly removed with
  r255736.
  
  Pointed out by:	gibbs
  Approved by:	re (delphij)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/amd64/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Sat Sep 21 00:27:53 2013	(r255751)
+++ head/sys/amd64/conf/GENERIC	Sat Sep 21 01:07:27 2013	(r255752)
@@ -342,6 +342,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 support
 device		xenpci		# Generic Xen bus
 



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