index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
pcidump
Age
Commit message (
Expand
)
Author
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-05-20
Use errc/warnc to simplify code.
Philip Guenther
2013-11-12
missing protos and an unused variable
Theo de Raadt
2013-08-30
use version two of the PCIe capability when displaying link speeds
Jonathan Gray
2013-07-16
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
Ingo Schwarze
2013-06-15
Fix typo.
Mark Kettenis
2013-03-31
unbreak tree
Theo de Raadt
2013-03-31
build this on octeon too
Jasper Lievisse Adriaanse
2012-07-03
avoid what would be a leak if reused elsewhere but isn't in this
Jonathan Gray
2012-05-16
The PCIe link speed values are printed in GT/s not Gb/s.
Jonathan Gray
2012-05-16
recognise 8.0 GT/s link speed for PCI Express 3.0
Jonathan Gray
2011-01-13
Add an entry for "Advanced Capabilities for Conventional PCI"
Jonathan Gray
2011-01-13
fix an off by one
Jonathan Gray
2011-01-12
Add SATA capability. Use nitems() to decide if a capability is known or not.
Mark Kettenis
2010-12-19
add -xxx to usage();
Jason McIntyre
2010-12-19
Add -xxx option that print PCIe extended config space.
Mark Kettenis
2010-09-05
Add an ioctl to figure out the non-sticky bits in PCI BARs used for determining
Mark Kettenis
2010-08-02
Show PCIe link speed/width, earlier version ok miod@/kettenis@ then
Jonathan Gray
2010-03-22
Add missing text from license. Originally found in safte(4) in July
Paul de Weerd
2010-03-01
On amd64 and i386, dump the VGA BIOS found at the canonical address 0xc0000
Mark Kettenis
2010-01-30
Build on loongson, and sort platform list.
Miod Vallat
2009-11-06
Sync output of usage() with man page SYNOPSIS.
Mark Kettenis
2009-11-05
Implement -r option that dunps the contents of a PCI ROM to file.
Mark Kettenis
2009-06-07
improve spacing in usage()
Igor Sobrado
2009-06-07
sync usage();
Jason McIntyre
2009-06-05
Allow pcidump -xxv to work (show all the info)
Theo de Raadt
2008-10-07
dump pci devices from all the domains available in the system. this gives
David Gwynne
2008-07-23
Stop printing the size of BARs; the way the code calculates it is wrong.
Mark Kettenis
2008-05-13
Build on socppc too.
Miod Vallat
2008-04-07
pretty print the BARs
David Gwynne
2008-03-15
if the device supports the PCI capabilities list and the verbose flag
Reyk Floeter
2008-03-02
PCI devices are specified by bus:dev:func, not dev:bus:func. Adjust usage
Mark Kettenis
2007-11-20
remove "unused variable" warning
Charles Longeau
2007-11-18
simplify macro call;
Jason McIntyre
2007-11-18
Add support for dumping PCI config space in hex.
Mark Kettenis
2007-11-17
Add code to print type 1 (PCI-PCI bridge) and type 2 (CardBus bridge) devices.
Mark Kettenis
2007-10-25
Max values are 255:31:7 not 256:32:8.
Tobias Stoeckmann
2007-10-23
add missing header to avoid warning
Charles Longeau
2007-10-22
variable does not need init; ok dlg
Theo de Raadt
2007-10-22
add RCS id
Jasper Lievisse Adriaanse
2007-10-22
various improvements;
Jason McIntyre
2007-10-22
only build program on pci architectures
Theo de Raadt
2007-10-22
lint says __progname is not const
Theo de Raadt
2007-10-22
dmesg prints bus/dev/func locations in decimal, and the command line param
David Gwynne
2007-10-22
infromation -> information
David Gwynne
2007-10-22
i wrote most of the code this year, so fix copyright.
David Gwynne
2007-10-22
put pcidump in the tree, a little tool for reading the pci configuration
David Gwynne