summaryrefslogtreecommitdiff
path: root/usr.sbin/pcidump
AgeCommit message (Expand)Author
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
2013-03-31build this on octeon tooJasper Lievisse Adriaanse
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-22Add missing text from license. Originally found in safte(4) in JulyPaul de Weerd
2010-03-01On amd64 and i386, dump the VGA BIOS found at the canonical address 0xc0000Mark Kettenis
2010-01-30Build on loongson, and sort platform list.Miod Vallat
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-05-13Build on socppc too.Miod Vallat
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-18simplify macro call;Jason McIntyre
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