summaryrefslogtreecommitdiff
path: root/usr.sbin/pcidump/pcidump.c
AgeCommit message (Expand)Author
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
2009-06-07sync usage();Jason McIntyre
2009-06-05Allow pcidump -xxv to work (show all the info)Theo de Raadt
2008-10-07dump pci devices from all the domains available in the system. this givesDavid Gwynne
2008-07-23Stop printing the size of BARs; the way the code calculates it is wrong.Mark Kettenis
2008-04-07pretty print the BARsDavid Gwynne
2008-03-15if the device supports the PCI capabilities list and the verbose flagReyk Floeter
2008-03-02PCI devices are specified by bus:dev:func, not dev:bus:func. Adjust usageMark Kettenis
2007-11-20remove "unused variable" warningCharles Longeau
2007-11-18Add support for dumping PCI config space in hex.Mark Kettenis
2007-11-17Add code to print type 1 (PCI-PCI bridge) and type 2 (CardBus bridge) devices.Mark Kettenis
2007-10-25Max values are 255:31:7 not 256:32:8.Tobias Stoeckmann
2007-10-23add missing header to avoid warningCharles Longeau
2007-10-22variable does not need init; ok dlgTheo de Raadt
2007-10-22add RCS idJasper Lievisse Adriaanse