summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcidump (follow)
Commit message (Expand)AuthorAgeFilesLines
* a first cut at requesting and parsing vpd info.dlg2020-06-221-1/+137
* pcidump(8) only opens devices in O_RDONLY from /dev, and additionally writes amestre2019-11-301-1/+6
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* dump pcie Device Serial Number capability valuesdlg2019-06-021-1/+23
* socppc makes an extended visit to the bigbucket.deraadt2019-05-111-3/+2
* add some msi and msi-x detailsjmatthew2019-04-021-1/+37
* separate fields with commasdlg2019-03-121-18/+20
* split the clas/subclass/interface/revision output over 2 linesdlg2019-03-111-2/+2
* teach pcidump about pci class and subclass namesdlg2019-03-111-4/+287
* use \t instead of a literal tab in a format stringdlg2019-02-191-2/+2
* convert a series of if statements checking the cap type to switchdlg2019-02-191-3/+6
* build pcidump on armv7jsg2018-07-101-6/+7
* Print BARs for bridges as well.kettenis2018-04-081-9/+13
* assorted warning fixes; ok millert@otto2017-08-311-2/+2
* PCI Express extendeded capability 0x1c is LN Requester according to thejsg2017-06-161-2/+2
* When an array of PCIe extended cability strings was added it missedjsg2017-05-181-1/+3
* More PCI extended capabilities handling in pcidump.mlarkin2017-03-251-3/+6
* Print PCIe Extended Capabilities, from Simon Magesderaadt2017-03-161-2/+66
* build pcidump on arm64jsg2017-02-261-6/+6
* s/Signaled/Signalled/dlg2017-01-041-3/+3
* Move up the <stdio.h> include so <dev/pci/*.h> have NULLguenther2016-08-271-2/+3
* armish handled some early-gen arm machines, which required tons ofderaadt2016-08-101-3/+2
* remove hppa64 port, which we never got going beyond broken single users.deraadt2016-05-111-2/+2
* Print PME# state together with the PCI power state when enabled/asserted.kettenis2015-12-011-2/+7
* Print PCI power state when the -v option is given.kettenis2015-11-211-1/+15
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+4
* Use errc/warnc to simplify code.guenther2014-05-201-2/+2
* missing protos and an unused variablederaadt2013-11-121-2/+6
* use version two of the PCIe capability when displaying link speedsjsg2013-08-301-19/+25
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-4/+3
* Fix typo.kettenis2013-06-151-2/+2
* unbreak treederaadt2013-03-311-2/+2
* build this on octeon toojasper2013-03-311-3/+4
* avoid what would be a leak if reused elsewhere but isn't in thisjsg2012-07-031-2/+6
* The PCIe link speed values are printed in GT/s not Gb/s.jsg2012-05-161-2/+2
* recognise 8.0 GT/s link speed for PCI Express 3.0jsg2012-05-161-1/+4
* Add an entry for "Advanced Capabilities for Conventional PCI"jsg2011-01-131-2/+3
* fix an off by onejsg2011-01-131-2/+2
* Add SATA capability. Use nitems() to decide if a capability is known or not.kettenis2011-01-121-4/+8
* add -xxx to usage();jmc2010-12-191-2/+2
* Add -xxx option that print PCIe extended config space.kettenis2010-12-192-10/+21
* Add an ioctl to figure out the non-sticky bits in PCI BARs used for determiningkettenis2010-09-051-11/+42
* Show PCIe link speed/width, earlier version ok miod@/kettenis@ thenjsg2010-08-021-1/+49
* Add missing text from license. Originally found in safte(4) in Julyweerd2010-03-221-4/+4
* On amd64 and i386, dump the VGA BIOS found at the canonical address 0xc0000kettenis2010-03-011-9/+51
* Build on loongson, and sort platform list.miod2010-01-301-7/+7
* Sync output of usage() with man page SYNOPSIS.kettenis2009-11-061-3/+4
* Implement -r option that dunps the contents of a PCI ROM to file.kettenis2009-11-052-7/+60
* improve spacing in usage()sobrado2009-06-071-2/+3
* sync usage();jmc2009-06-071-2/+2