summaryrefslogtreecommitdiff
path: root/usr.sbin/pcidump/pcidump.c
AgeCommit message (Expand)Author
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-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-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-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-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-01-04s/Signaled/Signalled/David Gwynne
2016-08-27Move up the <stdio.h> include so <dev/pci/*.h> have NULLPhilip Guenther
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-06-15Fix typo.Mark Kettenis
2012-07-03avoid what would be a leak if reused elsewhere but isn't in thisJonathan Gray
2012-05-16The PCIe link speed values are printed in GT/s not Gb/s.Jonathan Gray
2012-05-16recognise 8.0 GT/s link speed for PCI Express 3.0Jonathan Gray
2011-01-13Add an entry for "Advanced Capabilities for Conventional PCI"Jonathan Gray
2011-01-13fix an off by oneJonathan Gray
2011-01-12Add SATA capability. Use nitems() to decide if a capability is known or not.Mark Kettenis
2010-12-19add -xxx to usage();Jason McIntyre
2010-12-19Add -xxx option that print PCIe extended config space.Mark Kettenis
2010-09-05Add an ioctl to figure out the non-sticky bits in PCI BARs used for determiningMark Kettenis
2010-08-02Show PCIe link speed/width, earlier version ok miod@/kettenis@ thenJonathan Gray
2010-03-01On amd64 and i386, dump the VGA BIOS found at the canonical address 0xc0000Mark Kettenis
2009-11-06Sync output of usage() with man page SYNOPSIS.Mark Kettenis
2009-11-05Implement -r option that dunps the contents of a PCI ROM to file.Mark Kettenis
2009-06-07improve spacing in usage()Igor Sobrado