]> mj.ucw.cz Git - pciutils.git/history - setpci.c
Added a bunch of new PCI ID's and synced the ID database with 2.3.50.
[pciutils.git] / setpci.c
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.