Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
include/ | 04-Jul-2025 | - | 552 | 208 | ||
man/ | 04-Jul-2025 | - | 78 | 46 | ||
scanpci/ | 04-Jul-2025 | - | 269 | 206 | ||
src/ | 04-Jul-2025 | - | 11,596 | 7,941 | ||
.gitignore | D | 04-Jul-2025 | 1,005 | 79 | 77 | |
.gitlab-ci.yml | D | 04-Jul-2025 | 2.5 KiB | 98 | 61 | |
AUTHORS | D | 04-Jul-2025 | 20 | 2 | 1 | |
Android.bp | D | 04-Jul-2025 | 1.3 KiB | 65 | 61 | |
COPYING | D | 04-Jul-2025 | 4.7 KiB | 98 | 79 | |
LICENSE | D | 04-Jul-2025 | 4.7 KiB | 98 | 79 | |
METADATA | D | 04-Jul-2025 | 394 | 15 | 14 | |
MODULE_LICENSE_MIT | D | 04-Jul-2025 | 0 | |||
OWNERS | D | 04-Jul-2025 | 51 | 2 | 1 | |
README.cygwin | D | 04-Jul-2025 | 691 | 26 | 15 | |
README.md | D | 04-Jul-2025 | 849 | 29 | 16 | |
meson.build | D | 04-Jul-2025 | 3.7 KiB | 135 | 117 | |
meson_options.txt | D | 04-Jul-2025 | 1.5 KiB | 38 | 33 | |
pciaccess.pc.in | D | 04-Jul-2025 | 285 | 12 | 10 |
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