• Home
Name Date Size #Lines LOC

..--

include/04-Jul-2025-552208

man/04-Jul-2025-7846

scanpci/04-Jul-2025-269206

src/04-Jul-2025-11,5967,941

.gitignoreD04-Jul-20251,005 7977

.gitlab-ci.ymlD04-Jul-20252.5 KiB9861

AUTHORSD04-Jul-202520 21

Android.bpD04-Jul-20251.3 KiB6561

COPYINGD04-Jul-20254.7 KiB9879

LICENSED04-Jul-20254.7 KiB9879

METADATAD04-Jul-2025394 1514

MODULE_LICENSE_MITD04-Jul-20250

OWNERSD04-Jul-202551 21

README.cygwinD04-Jul-2025691 2615

README.mdD04-Jul-2025849 2916

meson.buildD04-Jul-20253.7 KiB135117

meson_options.txtD04-Jul-20251.5 KiB3833

pciaccess.pc.inD04-Jul-2025285 1210

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