From 439b66c000f5f0f6407b127b1b5eff9977beb61c Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Fri, 18 Nov 2016 07:27:41 +0000 Subject: [PATCH] update the hv_vmbus(4) manual by adding a dependency on pci We enhanced the vmbus driver to support PCIe pass-through recently. Reviewed by: sephe Approved by: sephe (mentor) MFC after: 1 week Sponsored by: Microsoft --- share/man/man4/hv_vmbus.4 | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man4/hv_vmbus.4 b/share/man/man4/hv_vmbus.4 index d992be521b4..bdee598af53 100644 --- a/share/man/man4/hv_vmbus.4 +++ b/share/man/man4/hv_vmbus.4 @@ -35,6 +35,7 @@ To compile this driver into the kernel, place the following lines in the system kernel configuration file: .Bd -ragged -offset indent .Cd "device hyperv" +.Cd "device pci" .Ed .Sh DESCRIPTION The -- 2.45.2