]> mj.ucw.cz Git - pciutils.git/commit
libpci: Add Windows physmem support for PCIe ECAM access
authorPali Rohár <pali@kernel.org>
Mon, 8 May 2023 19:25:12 +0000 (21:25 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 10 Jun 2024 14:31:21 +0000 (16:31 +0200)
commitff9f39c7d29ad444bf165abb43b9c46418904a3b
treeb5e98195a9fa9e05b1cf3c1e5fae618751055b85
parenta9df1d1baccbafcd1f4bd7622dd20d3ea684fb75
libpci: Add Windows physmem support for PCIe ECAM access

It requires either access to NT Section \Device\PhysicalMemory (or
compatible) or to have available kernel32.dll VxDCall2 function or
w32skrnl.dll DPMI function.
lib/Makefile
lib/configure
lib/ecam.c
lib/physmem-windows.c [new file with mode: 0644]