summaryrefslogtreecommitdiff
path: root/usr.sbin/pcidump
AgeCommit message (Expand)Author
2024-04-23correct indentation; no functional changeJonathan Gray
2024-02-01Print information about (legacy) Multiple Message MSIs.Mark Kettenis
2023-04-16Fix (and simplify) link speed reporting.Mark Kettenis
2021-10-25Zap unused variables/functions under /usr/src/*bin/Klemens Nanni
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-07-16recognise more pci capabilitiesJonathan Gray
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-05-30decode multimedia classJonathan Gray
2021-05-20build pcidump on riscv64Jonathan Gray
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2021-03-05Avoid print for NULL pointerjan
2021-03-05add missing PCI classesjan
2021-01-17revert the previous, it makes everything think it can do 16.0 GT/s.David Gwynne
2021-01-17pcie4 can do 16.0 GT/s. sounds like a lot.David Gwynne
2021-01-17dump the max payload size and max read request size in the pcie cap.David Gwynne
2021-01-06if getting the vpd data fails, don't try and parse the vpd data.David Gwynne
2020-06-28Fix build errorDale Rahn
2020-06-28obviously powerpc64 will want pcidumpTheo de Raadt
2020-06-22a first cut at requesting and parsing vpd info.David Gwynne
2019-11-30pcidump(8) only opens devices in O_RDONLY from /dev, and additionally writes aRicardo Mestre
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-02dump pcie Device Serial Number capability valuesDavid Gwynne
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
2019-04-02add some msi and msi-x detailsJonathan Matthew
2019-03-12separate fields with commasDavid Gwynne
2019-03-11split the clas/subclass/interface/revision output over 2 linesDavid Gwynne
2019-03-11teach pcidump about pci class and subclass namesDavid Gwynne
2019-02-19use \t instead of a literal tab in a format stringDavid Gwynne
2019-02-19convert a series of if statements checking the cap type to switchDavid Gwynne
2018-07-10build pcidump on armv7Jonathan Gray
2018-04-08Print BARs for bridges as well.Mark Kettenis
2017-08-31assorted warning fixes; ok millert@Otto Moerbeek
2017-06-16PCI Express extendeded capability 0x1c is LN Requester according to theJonathan Gray
2017-05-18When an array of PCIe extended cability strings was added it missedJonathan Gray
2017-03-25More PCI extended capabilities handling in pcidump.Mike Larkin
2017-03-16Print PCIe Extended Capabilities, from Simon MagesTheo de Raadt
2017-02-26build pcidump on arm64Jonathan Gray
2017-01-04s/Signaled/Signalled/David Gwynne
2016-08-27Move up the <stdio.h> include so <dev/pci/*.h> have NULLPhilip Guenther
2016-08-10armish handled some early-gen arm machines, which required tons ofTheo de Raadt
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
2015-12-01Print PME# state together with the PCI power state when enabled/asserted.Mark Kettenis
2015-11-21Print PCI power state when the -v option is given.Mark Kettenis
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-05-20Use errc/warnc to simplify code.Philip Guenther
2013-11-12missing protos and an unused variableTheo de Raadt
2013-08-30use version two of the PCIe capability when displaying link speedsJonathan Gray
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-06-15Fix typo.Mark Kettenis
2013-03-31unbreak treeTheo de Raadt