aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2013-12-23 07:35:34 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2013-12-23 07:35:34 +0000
commita6a150cf432335f9d66feba16d4242a60797ae6c (patch)
tree1711ffbdd425d459acb6348b252a886be1c5e60a
parent67f2a03a7c43e6ce0b5e87cfb821c8f18dd574fe (diff)
Fix text for loading Hyper-V drivers via loader.conf.
Noticed by: hrs
Notes
svn path=/head/; revision=259762
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.xml16
1 files changed, 11 insertions, 5 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml
index 4008bdb94dea..e8913e02c38d 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.xml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml
@@ -197,11 +197,17 @@
memory ballooning (&man.virtio_balloon.4;), and PCI.
Tested with on Qemu/KVM, VirtualBox, and &man.bhyve.4;.</para>
- <para arch="amd64,i386" revision="255524">A paravirtualized driver named "hyperv" which
- which supports Microsoft Hyper-V has been imported and made
- part of the amd64 GENERIC kernel. For i386, this driver is not part of
- GENERIC, so <literal>hyperv_load="YES"</literal> must be added to
- <filename>/boot/loader.conf</filename> to load the driver.</para>
+ <para arch="amd64,i386" revision="255524">Paravirtualized drivers which
+ support Microsoft Hyper-V have been imported and made
+ part of the amd64 GENERIC kernel. For i386, these drivers are not part of
+ GENERIC, so the following lines must be added to
+ <filename>/boot/loader.conf</filename> to load these drivers:
+ <programlisting>hv_ata_pci_disengage_load="YES"
+hv_netsvc_load="YES"
+hv_utils_load="YES"
+hv_vmbus_load="YES"</programlisting> Alternatively, the Hyper-V drivers can be added to the i386
+ kernel by adding <literal>device hyperv</literal> to the kernel config, and then
+ recompiling the kernel.</para>
<para revision="254738">The &man.vmx.4; driver has been added.
&man.vmx.4; is a VMware VMXNET3 ethernet driver ported from