| Name | Date | Size | ||
|---|---|---|---|---|
| .. | 10-Nov-2025 | 18 | ||
| .gitlab-ci.yml | H A D | 10-Nov-2025 | 2.5 KiB | |
| AUTHORS | H A D | 10-Nov-2025 | 20 | |
| configure | H A D | 10-Nov-2025 | 209 | |
| COPYING | H A D | 10-Nov-2025 | 4.7 KiB | |
| include/ | H | 10-Nov-2025 | 25 | |
| man/ | H | 10-Nov-2025 | 44 | |
| meson.build | H A D | 10-Nov-2025 | 3.7 KiB | |
| meson_options.txt | H A D | 10-Nov-2025 | 1.5 KiB | |
| pciaccess.pc.in | H A D | 10-Nov-2025 | 285 | |
| README.cygwin | H A D | 10-Nov-2025 | 691 | |
| README.md | H A D | 10-Nov-2025 | 849 | |
| scanpci/ | H | 10-Nov-2025 | 42 | |
| src/ | H | 10-Nov-2025 | 4 KiB |
README.cygwin
1= libpciaccess support under Windows through WinIo and Cygwin = 2 3== Platforms supported == 4 5The support should work on Windows NT/2000/XP/2003/Vista/7 and 2008 but has 6only been tested on Windows 7, 32 bits 7 8== Dependencies == 9 10This support depends of WinIo which allows direct I/O port and physical 11memory access under Windows NT/2000/XP/2003/Vista/7 and 2008. 12 13== How to install WinIo ? == 14 15First, you need to download WinIo from http://www.internals.com/. Then, you 16have to copy WinIo32.dll and WinIo32.sys to the same directory as the 17executables. 18 19== TODO == 20 21Check and fix 64 bits support. 22 23== Contact == 24 25If you have any problems, please send an email to samuel.pitoiset at gmail.com 26
README.md
1xorg/lib/libpciaccess - Generic PCI access library 2-------------------------------------------------- 3 4Documentation of the libpciaccess API's can be generated from the 5sources via the doxygen command. Information about porting Xorg 6drivers to libpciaccess is located at: 7 8 https://www.x.org/wiki/PciReworkHowto 9 10For historical reference, the original proposal for this work is at: 11 12 https://www.x.org/wiki/PciReworkProposal 13 14All questions regarding this software should be directed at the 15Xorg mailing list: 16 17 https://lists.x.org/mailman/listinfo/xorg 18 19The primary development code repository can be found at: 20 21 https://gitlab.freedesktop.org/xorg/lib/libpciaccess 22 23Please submit bug reports and requests to merge patches there. 24 25For patch submission instructions, see: 26 27 https://www.x.org/wiki/Development/Documentation/SubmittingPatches 28 29