From 963d7cb7cd7133ba8e4662e69c50177654311cf1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pali=20Roh=C3=A1r?= Date: Mon, 7 Mar 2022 21:21:44 +0100 Subject: [PATCH] pcilib.man: Include information about win32-sysdbg --- pcilib.man | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pcilib.man b/pcilib.man index 63e58c8..115f1f3 100644 --- a/pcilib.man +++ b/pcilib.man @@ -76,6 +76,13 @@ is no access to the PCI configuration space but libpci provides read-only virtual emulation based on information from Configuration Manager. Starting with Windows 8 (NT 6.2) it is not possible to retrieve resources from 32-bit application or library on 64-bit system. +.TP +.B win32-sysdbg +Access to the PCI configuration space via NT SysDbg interface on Windows +systems. Process needs to have Debug privilege, which local Administrators +have by default. Not available on 64-bit systems and neither on recent 32-bit +systems. Only devices from the first domain are accessible and only first +256 bytes of the PCI configuration space is accessible via this method. .SH PARAMETERS -- 2.39.5