From b6ed3601d8e7f64028e4d72629fa032fffdfeb22 Mon Sep 17 00:00:00 2001 From: Skitals Date: Sun, 23 Feb 2020 23:41:10 -0500 Subject: [PATCH] added inline_help information --- plugins/dynamix/SysDevs.page | 14 +++++++++++--- plugins/dynamix/include/SysDevs.php | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/plugins/dynamix/SysDevs.page b/plugins/dynamix/SysDevs.page index 4799cabaa..3907682e7 100644 --- a/plugins/dynamix/SysDevs.page +++ b/plugins/dynamix/SysDevs.page @@ -56,15 +56,23 @@ function applyCfg() { **PCI Devices and IOMMU Groups** > This displays a list of IOMMU groups available on your system along with the output of the `lspci` command for each IOMMU group. The numeric identifiers are used to configure PCI pass-through. +> +> Devices you select will be bound to the vfio-pci driver at boot, which makes them available for assignment to a virtual machine, and also prevents the Linux kernel from automatically binding them to any present host driver. +> +> **Note that selecting a device will bind not only the specified device(s), but *all* other devices in the same IOMMU group as well.** +> +>   This symbol indicates the device is currently bound to the vfio-pci driver. +> +>     This symbol indicates the device supports FLR (Function Level Reset). +> +>   If a checkbox is greyed out it means the device is in use by Unraid and can not be passed through.

Warning: Your system has booted with the PCIe ACS Override setting enabled. The below list doesn't not reflect the way IOMMU would naturally group devices.
To see natural IOMMU groups for your hardware, go to the VM Manager page and set the PCIe ACS override setting to Disabled.

-
-

- +

**CPU Thread Pairings** diff --git a/plugins/dynamix/include/SysDevs.php b/plugins/dynamix/include/SysDevs.php index d53790e11..e88d6c0cc 100644 --- a/plugins/dynamix/include/SysDevs.php +++ b/plugins/dynamix/include/SysDevs.php @@ -106,7 +106,7 @@ case 't1': $append = false; } } - echo ''; + echo '
'; } break; case 't2':