summaryrefslogtreecommitdiff
path: root/setpci.c
Commit message (Expand)AuthorAgeFilesLines
* Added support for 4096-byte extended configuration space.Martin Mares2006-05-051-2/+2
* Preliminary support for PCI domainsMartin Mares2006-05-051-1/+1
* Removed "Linux" from the package nameMartin Mares2006-05-051-1/+1
* setpci: -D should not disable readingMartin Mares2006-05-051-16/+11
* Better error messagesMartin Mares2006-05-051-34/+37
* Introduced NONRET macroMartin Mares2006-05-051-3/+1
* Support masking in setpciMartin Mares2006-05-051-46/+108
* Removed $Id$Martin Mares2006-05-051-2/+0
* Changed all my email addresses to mj@ucw.cz.Martin Mares2006-05-051-2/+2
* Don't crash when -s or -d is not given an argument.Martin Mares2006-05-051-2/+2
* Don't forget to increment address after writing single value, so thatMartin Mares2006-05-051-8/+10
* Rewrote the PCI Utilities. All PCI configuration space access has beenMartin Mares2006-05-051-173/+69
* Oops, the test for glibc version was wrong :-|Martin Mares2006-05-051-2/+2
* Don't include <syscall-list.h> on glibc >= 2.1, since it doesn't existMartin Mares2006-05-051-2/+2
* glibc 2.1.x defines pread()/pwrite() in its include files, no needMartin Mares2006-05-051-1/+5
* Fixed problems with glibc 1.99 on PPC. Thanks, Geert.Martin Mares2006-05-051-2/+2
* Define SYS_(pread|pwrite) as __NR_\1 on glibc systems unless defined by glibcMartin Mares2006-05-051-3/+9
* pread()/pwrite() now should work even with glibc on Alpha.Martin Mares2006-05-051-2/+27
* PCIutils 1.03.Martin Mares2006-05-051-16/+209
* Intermediate version of pciutils.Martin Mares2006-05-051-0/+322