aboutsummaryrefslogtreecommitdiffstats
path: root/setpci.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-26ls-ecaps: Add decode support for IDE Extended CapabilityAlexey Kardashevskiy1-0/+1
2023-06-18Update license comments and added SPDX license identifiersMartin Mares1-1/+3
2022-10-30setpci: Check if standard register on device existPali Rohár1-125/+137
2022-06-14setpci: Define CAPABILITIES registerPali Rohár1-0/+1
2020-09-02pciutils: Add decode support for RCECsSean V Kelley1-1/+1
2020-02-23setpci: Added an option to skip the bus scan if possibleMartin Mares1-62/+119
2018-11-12setpci: Add capability namesBjorn Helgaas1-0/+25
2018-11-12setpci: Pluralize 'capability' in error if neededDaniel Schaefer1-2/+3
2018-10-14Enable setpci to target n-th capability of idDaniel Schaefer1-5/+28
2016-09-26setpci: fix length of SUBSYSTEM_VENDOR_IDCharles.Rose@dell.com1-1/+1
2016-05-14Add support for Downstream Port ContainmentKeith Busch1-0/+1
2013-04-01setpci: ~0UL should be ~0U, no longs are involved anymoreMartin Mares1-2/+2
2010-12-04Moved #include <unistd.h> to pciutils.h and avoid it on WindowsMartin Mares1-1/+0
2010-12-04Be ISO C89 compliant (still needed for MSVC)Martin Mares1-1/+2
2009-02-01One more fix for the syntax error checks in setpci argument parser.Martin Mares1-1/+5
2009-01-30setpci: Fixed a typo in parsing of values, causing SIGSEGV on some bad inputs.Martin Mares1-2/+2
2008-11-11setpci: Fixed a silly bug in parsing of options.Martin Mares1-3/+8
2008-11-11setpci: Cleaned up reporting of parse errors.Martin Mares1-41/+44
2008-11-11setpci: Decorate trace() with PCI_PRINTF.Martin Mares1-1/+1
2008-11-11setpci: Even better tracing messages.Martin Mares1-3/+3
2008-11-11setpci: Do not request read-write access when in demo mode.Martin Mares1-0/+2
2008-11-11setpci: Better tracing and reporting of runtime errors.Martin Mares1-31/+30
2008-11-11Use PCI_CAP_xxx internally in setpci.Martin Mares1-24/+26
2008-11-11Implemented `setpci --dumpregs'.Martin Mares1-0/+24
2008-11-11Exit correctly after `setpci --version'.Martin Mares1-1/+1
2008-11-11Let setpci support capabilities.Martin Mares1-120/+265
2008-11-10More splitting of the argument parser.Martin Mares1-137/+142
2008-11-10Coding style cleanup: `for(...)' wants a space.Martin Mares1-7/+7
2008-11-10Split parsing of options in setpci to multiple functions.Martin Mares1-34/+44
2008-02-12Tidy up help texts on usage.Martin Mares1-1/+8
2008-02-12Annotate printf-like functions with format checking attributes.Martin Mares1-1/+1
2008-02-11Cleaned up the list of options.Martin Mares1-4/+4
2006-05-31die() now uses the right program name when printing an error message.Martin Mares1-1/+3
2006-05-31Don't crash when an invalid width is specified.Martin Mares1-1/+1
2006-05-05Added support for 4096-byte extended configuration space.Martin Mares1-2/+2
2006-05-05Preliminary support for PCI domainsMartin Mares1-1/+1
2006-05-05Removed "Linux" from the package nameMartin Mares1-1/+1
2006-05-05setpci: -D should not disable readingMartin Mares1-16/+11
2006-05-05Better error messagesMartin Mares1-34/+37
2006-05-05Introduced NONRET macroMartin Mares1-3/+1
2006-05-05Support masking in setpciMartin Mares1-46/+108
2006-05-05Removed $Id$Martin Mares1-2/+0
2006-05-05Changed all my email addresses to mj@ucw.cz.Martin Mares1-2/+2
2006-05-05Don't crash when -s or -d is not given an argument.Martin Mares1-2/+2
2006-05-05Don't forget to increment address after writing single value, so thatMartin Mares1-8/+10
2006-05-05Rewrote the PCI Utilities. All PCI configuration space access has beenMartin Mares1-173/+69
2006-05-05Oops, the test for glibc version was wrong :-|Martin Mares1-2/+2
2006-05-05Don't include <syscall-list.h> on glibc >= 2.1, since it doesn't existMartin Mares1-2/+2
2006-05-05glibc 2.1.x defines pread()/pwrite() in its include files, no needMartin Mares1-1/+5
2006-05-05Fixed problems with glibc 1.99 on PPC. Thanks, Geert.Martin Mares1-2/+2
2006-05-05Define SYS_(pread|pwrite) as __NR_\1 on glibc systems unless defined by glibcMartin Mares1-3/+9
2006-05-05pread()/pwrite() now should work even with glibc on Alpha.Martin Mares1-2/+27
2006-05-05PCIutils 1.03.Martin Mares1-16/+209
2006-05-05Intermediate version of pciutils.Martin Mares1-0/+322