svn commit: r255574 - head/sys/amd64/conf
Peter Grehan
grehan at FreeBSD.org
Sat Sep 14 20:38:23 UTC 2013
Author: grehan
Date: Sat Sep 14 20:38:22 2013
New Revision: 255574
URL: http://svnweb.freebsd.org/changeset/base/255574
Log:
Pull the hyperv drivers from GENERIC until the fix to the disengage
driver to make it only probe when running on hyperv is reviewed and
tested.
Approved by: re (rodrigc)
Modified:
head/sys/amd64/conf/GENERIC
Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC Sat Sep 14 17:24:41 2013 (r255573)
+++ head/sys/amd64/conf/GENERIC Sat Sep 14 20:38:22 2013 (r255574)
@@ -341,6 +341,3 @@ 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
-
More information about the svn-src-all
mailing list