]> git.ipfire.org Git - thirdparty/pciutils.git/blame - README.Windows
Sylixos port
[thirdparty/pciutils.git] / README.Windows
CommitLineData
ee7d8384
MM
1Since 2.1.99-test5, pciutils should also be compilable on Windows. Thanks
2to Alexander Stock for contributing the port.
c0eece92 3
09156b3b
MM
4Updated after version 2.2.6 to compile again, and with MinGW, even (only?)
5cross-compiling. (Hopefully it works with MSVC too.)
6
7To use this port, you need to install WinIO.dll first. You can get it
1c5cc9b5
MM
8from http://www.internals.com/.
9
09156b3b
MM
10However, you need to use win32/config.{h,mk} instead of the automatically
11generated lib/config.{h,mk} as lib/configure does not run on Windows.
b5847329
MM
12
13================================================================================
14BEWARE: The current implementation pokes I/O ports to access the PCI devices
15directly. This leads to several problems: some devices are invisible, extended
16PCIe configuration space is not available, and there are many potential race
17conditions. Instead, libpci should use the proper Windows drivers.
18
19Unfortunately, the Windows port currently lacks a maintainer. If you are willing
20to step up and fix the issues, please let me know. -- Martin Mares
21================================================================================