]> mj.ucw.cz Git - pciutils.git/history - setpci.c
Added the -D switch.
[pciutils.git] / setpci.c
2006-05-05 Martin MaresAdded support for 4096-byte extended configuration...
2006-05-05 Martin MaresPreliminary support for PCI domains
2006-05-05 Martin MaresRemoved "Linux" from the package name
2006-05-05 Martin Maressetpci: -D should not disable reading
2006-05-05 Martin MaresBetter error messages
2006-05-05 Martin MaresIntroduced NONRET macro
2006-05-05 Martin MaresSupport masking in setpci
2006-05-05 Martin MaresRemoved $Id$
2006-05-05 Martin MaresChanged all my email addresses to mj@ucw.cz.
2006-05-05 Martin MaresDon't crash when -s or -d is not given an argument.
2006-05-05 Martin MaresDon't forget to increment address after writing single...
2006-05-05 Martin MaresRewrote the PCI Utilities. All PCI configuration space...
2006-05-05 Martin MaresOops, the test for glibc version was wrong :-|
2006-05-05 Martin MaresDon't include <syscall-list.h> on glibc >= 2.1, since...
2006-05-05 Martin Maresglibc 2.1.x defines pread()/pwrite() in its include...
2006-05-05 Martin MaresFixed problems with glibc 1.99 on PPC. Thanks, Geert.
2006-05-05 Martin MaresDefine SYS_(pread|pwrite) as __NR_\1 on glibc systems...
2006-05-05 Martin Marespread()/pwrite() now should work even with glibc on...
2006-05-05 Martin MaresPCIutils 1.03.
2006-05-05 Martin MaresIntermediate version of pciutils.