From 53c356f3ce0d0064438c44a1e3b79ad274d61d09 Mon Sep 17 00:00:00 2001 From: Jonathan Newman Date: Wed, 11 Sep 2024 15:06:49 -0400 Subject: [PATCH 1/2] Update fmc-clock-out.rst - Fix device ID --- source/Hardware Guide/Datasheets/fmc-clock-out.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Hardware Guide/Datasheets/fmc-clock-out.rst b/source/Hardware Guide/Datasheets/fmc-clock-out.rst index 0df31471..0cc914fe 100644 --- a/source/Hardware Guide/Datasheets/fmc-clock-out.rst +++ b/source/Hardware Guide/Datasheets/fmc-clock-out.rst @@ -5,7 +5,7 @@ FMC Host Clock Output Device :Authors: Jonathan P. Newman :Version: 1 :IO: Register Access -:ONIX ID: 22 +:ONIX ID: 20 :ONIX Hubs: :ref:`pcie_host` Description @@ -47,7 +47,7 @@ Register Programming - Immediate - 0 - None - - Output enable. Bit 0 = 0 is disabled, Bit 0 = 1 is enabled. + - Output enable. Bit 0 = 0 is disabled (output driven low), Bit 0 = 1 is enabled. * - 0x02 - H From 0cdc0e1ce87cae03356837736627a5b2c0b1cfc0 Mon Sep 17 00:00:00 2001 From: Jonathan Newman Date: Fri, 25 Oct 2024 09:59:51 -0400 Subject: [PATCH 2/2] Update setup-windows.rst - Fix link redirect that was causing linkcheck to fail --- source/Hardware Guide/PCIe Host/setup-windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Hardware Guide/PCIe Host/setup-windows.rst b/source/Hardware Guide/PCIe Host/setup-windows.rst index 0b447535..d8a3c462 100644 --- a/source/Hardware Guide/PCIe Host/setup-windows.rst +++ b/source/Hardware Guide/PCIe Host/setup-windows.rst @@ -97,7 +97,7 @@ Install C++ Runtime --------------------------------------- Windows does not ship with a C++ runtime. Before using ONIX on windows, you will need to install `Microsoft Visual C++ Redistributable for Visual Studio -2015, 2017 and 2019 `__. +2015, 2017 and 2019 `__. Install Device Driver ---------------------------------------