summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2013-12-23 07:35:34 +0000
committerrodrigc <rodrigc@FreeBSD.org>2013-12-23 07:35:34 +0000
commitadde4bade3e6eb9958ffd6202e988cb2a9912b62 (patch)
tree1711ffbdd425d459acb6348b252a886be1c5e60a /release
parentea48f0ae85a0dd01e413d878419d513488931994 (diff)
downloadFreeBSD-src-adde4bade3e6eb9958ffd6202e988cb2a9912b62.zip
FreeBSD-src-adde4bade3e6eb9958ffd6202e988cb2a9912b62.tar.gz
Fix text for loading Hyper-V drivers via loader.conf.
Noticed by: hrs
Diffstat (limited to 'release')
-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 4008bdb9..e8913e0 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
OpenPOWER on IntegriCloud