From adde4bade3e6eb9958ffd6202e988cb2a9912b62 Mon Sep 17 00:00:00 2001 From: rodrigc Date: Mon, 23 Dec 2013 07:35:34 +0000 Subject: Fix text for loading Hyper-V drivers via loader.conf. Noticed by: hrs --- release/doc/en_US.ISO8859-1/relnotes/article.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'release') 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;. - 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 hyperv_load="YES" must be added to - /boot/loader.conf to load the driver. + 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 + /boot/loader.conf to load these drivers: + hv_ata_pci_disengage_load="YES" +hv_netsvc_load="YES" +hv_utils_load="YES" +hv_vmbus_load="YES" Alternatively, the Hyper-V drivers can be added to the i386 + kernel by adding device hyperv to the kernel config, and then + recompiling the kernel. The &man.vmx.4; driver has been added. &man.vmx.4; is a VMware VMXNET3 ethernet driver ported from -- cgit v1.1