summaryrefslogtreecommitdiff
path: root/usr.sbin/pcidump
AgeCommit message (Expand)Author
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
2007-10-22add RCS idJasper Lievisse Adriaanse
2007-10-22various improvements;Jason McIntyre
2007-10-22only build program on pci architecturesTheo de Raadt
2007-10-22lint says __progname is not constTheo de Raadt
2007-10-22dmesg prints bus/dev/func locations in decimal, and the command line paramDavid Gwynne
2007-10-22infromation -> informationDavid Gwynne
2007-10-22i wrote most of the code this year, so fix copyright.David Gwynne
2007-10-22put pcidump in the tree, a little tool for reading the pci configurationDavid Gwynne