]> git.ipfire.org Git - thirdparty/pciutils.git/commit - Makefile
Rewrote the PCI Utilities. All PCI configuration space access has been
authorMartin Mares <mj@ucw.cz>
Fri, 22 Jan 1999 21:04:45 +0000 (21:04 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:10:01 +0000 (14:10 +0200)
commit727ce158868ed101006ecc5d3dd3faede927165c
treeb9cdf9b3ccd666ebea8413391c4a85c24ddac4ed
parent6ece6bc6bf4741318d53b298f848b549d063b9f6
Rewrote the PCI Utilities. All PCI configuration space access has been
moved to a library which supports multiple access mechanisms: the current
/proc/bus/pci one, direct port access (needed for debugging of kernel
PCI code and as a nice side-effect this makes pciutils work with 2.0
kernels, although only for root) and reading of configuration dumps.

This has been released as version 1.99.2-alpha. For detailed description
of changes, see the ChangeLog.

Can anybody test it on non-PC architectures, please? (Especially if you
have any 64-bit card.)
23 files changed:
ChangeLog
Makefile
README
common.c [new file with mode: 0644]
lib/Makefile [new file with mode: 0644]
lib/access.c [new file with mode: 0644]
lib/buffer.c [new file with mode: 0644]
lib/configure [new file with mode: 0755]
lib/dump.c [new file with mode: 0644]
lib/filter.c [moved from filter.c with 67% similarity]
lib/generic.c [new file with mode: 0644]
lib/i386-ports.c [new file with mode: 0644]
lib/internal.h [new file with mode: 0644]
lib/names.c [new file with mode: 0644]
lib/pci.h [new file with mode: 0644]
lib/proc.c [new file with mode: 0644]
lib/syscalls.c [new file with mode: 0644]
lspci.c
lspci.man [moved from lspci.8 with 52% similarity]
names.c [deleted file]
pciutils.h
setpci.c
setpci.man [moved from setpci.8 with 65% similarity]