NameDateSize

..10-Nov-202518

.gitlab-ci.ymlH A D10-Nov-20252.5 KiB

AUTHORSH A D10-Nov-202520

configureH A D10-Nov-2025209

COPYINGH A D10-Nov-20254.7 KiB

include/H10-Nov-202525

man/H10-Nov-202544

meson.buildH A D10-Nov-20253.7 KiB

meson_options.txtH A D10-Nov-20251.5 KiB

pciaccess.pc.inH A D10-Nov-2025285

README.cygwinH A D10-Nov-2025691

README.mdH A D10-Nov-2025849

scanpci/H10-Nov-202542

src/H10-Nov-20254 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