aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pciconf
Commit message (Expand)AuthorAgeFilesLines
* Add constants and descriptions for some new PCI class definitionsScott Long2017-03-131-0/+3
* pciconf(8): Replace an assert with errxConrad Meyer2017-02-111-1/+2
* pciconf(8): Reallow trailing colon in selectorsConrad Meyer2017-01-121-4/+1
* Add names for some DASP devices.Alexander Motin2016-10-211-0/+3
* Fix some logic in PCIe HotPlug; display EI statusEric van Gyzen2016-08-051-1/+4
* Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1
* Output information about PCI-e devices with slots.John Baldwin2016-04-021-2/+42
* Various updates to the PCI-express capability output.John Baldwin2016-04-021-11/+17
* pciconf: Silence a GCC warning.Pedro F. Giffuni2016-02-261-1/+1
* Change format string in pciconf EA to jxWojciech Macek2016-02-261-3/+3
* Add support for Enhanced Allocation in pciconfWojciech Macek2016-02-261-0/+138
* Fix possible out-of-bounds access detected by Ulrich Spörleins "scan-build".Stefan Eßer2016-02-191-19/+15
* Use __unused instead of casting to void to silence the unused parameterStefan Eßer2016-02-182-10/+4
* Make WARNS=6 safe.Stefan Eßer2016-02-183-10/+19
* Add a new -B flag for use with list mode (-l) that lists details aboutJohn Baldwin2015-11-232-13/+241
* Note if relaxed ordering or no snoop is enabled for each PCI-express device.John Baldwin2015-11-051-0/+4
* Prefer pciids database from ports if presentBaptiste Daroussin2015-09-063-4/+10
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-274-45/+118
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-3/+3
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-0/+1
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge headSimon J. Gerraty2014-04-283-33/+227
| |\ \ \
| * \ \ \ Merge from headSimon J. Gerraty2013-09-051-20/+50
| |\ \ \ \
| * \ \ \ \ sync from headSimon J. Gerraty2013-04-121-1/+1
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | Sync with HEAD.David E. O'Brien2013-02-082-13/+15
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-043-37/+134
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | | | | | Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-231-1/+1
* | | | | | | | | Teach pciconf how to dump out SR-IOV capabilityRyan Stone2015-03-013-42/+115
* | | | | | | | | Fix the following clang 3.6.0 warnings in pciconf:Dimitry Andric2015-01-281-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix some buglets in the error-handling of getdevice(). In particular, reportMark Johnston2014-10-221-3/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add IOMMU PCI subclass, found on Tyan S8236 motherboard.Alexander Motin2014-05-201-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Print status of ARI capability in pciconf -cRyan Stone2014-04-011-1/+7
* | | | | | Add support for displaying VPD for PCI devices via pciconf.John Baldwin2014-01-202-8/+95
* | | | | | - Allow PCI devices that are attached to a driver to be identified by theirJohn Baldwin2014-01-202-29/+130
| |_|_|_|/ |/| | | |
* | | | | Decode PCIe ASPM capability and status.Jung-uk Kim2013-07-181-20/+38
* | | | | Decode new HT 3.00 and 3.10 capabilities.Konstantin Belousov2013-05-171-0/+12
| |_|_|/ |/| | |
* | | | Use the entire 64 bits of 'bar.pbi_length' when printing the bar size.Neel Natu2013-02-101-1/+1
| |_|/ |/| |
* | | Install <dev/agp/agpreg.h> and <dev/pci/pcireg.h> as userland headersJohn Baldwin2013-02-051-2/+0
* | | Display MSI-X table and PBA offsets when displaying information about MSI-XNeel Natu2013-02-011-11/+15
| |/ |/|
* | For PCI Express capability, if max link width is greater than zero, printJim Harris2012-10-251-0/+26
* | Indent ecaps the same way we indent caps.Warner Losh2012-10-191-1/+1
* | The correct generic term for PCIS_STORAGE_NVM is "NVM" not "NVM Express".Gavin Atkinson2012-09-201-1/+1
* | Recognise NVM Express devices and pretty-print their name.Gavin Atkinson2012-09-191-0/+1
* | Align the PCI Express #defines with the style used for the PCI-XGavin Atkinson2012-09-182-34/+34