aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pciconf
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Denote PCI-e endpoints that support FLR.John Baldwin2012-09-132-4/+72
* - If the PCIe "SLOT" flag is set, include this in the capability outputGavin Atkinson2012-09-051-1/+3
* Add a new -e flag to pciconf(8)'s list mode to display PCI error details.John Baldwin2012-06-016-11/+254
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-2/+2
* Only attempt to list extended capabilities for devices that have aJohn Baldwin2010-09-161-1/+5
* Document the format of extended capabilities in the '-c' output.John Baldwin2010-09-091-1/+13
* - Use 'sta' to hold the PCIR_STATUS register value instead of 'cmd' whenJohn Baldwin2010-09-091-6/+6
* Simplify chkattached(). The PCIOCATTACHED ioctl only needs the pi_selJohn Baldwin2010-09-081-7/+3
* - Add register definitions related to extended capability IDs inJohn Baldwin2010-09-081-0/+95
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* - Add a few more register defintions for the PCI express capabilityJohn Baldwin2009-04-171-3/+26
* Tune output to remove trailing space.Alexander Motin2009-02-151-3/+3
* Add SATA and PCI Advanced Features capabilities reporting.Alexander Motin2009-02-151-0/+24
* - Add a new ioctl to /dev/pci to fetch details on an individual BAR of aJohn Baldwin2009-02-022-7/+96
* Add ADMA, SATA and SAS mass storage subclasses.Alexander Motin2008-11-131-0/+3
* Add HDA multimedia subclass.Alexander Motin2008-10-211-0/+1
* Add "SD host controller" subclass name.Alexander Motin2008-10-211-0/+1
* style nit: indent continuation lines correctly, use style(9) styleWarner Losh2008-09-031-15/+16
* minor style(9) police: sort getopt options alphabetically. TheWarner Losh2008-09-031-9/+9
* Include agpreg.h from it's new location.John Birrell2007-11-131-1/+1
* devinfo(8) manual page refers to pciconfr(8). Add back reference forDmitry Morozovsky2007-11-071-1/+2
* Update copyright attribution.John Baldwin2007-10-312-2/+4
* Missed in the previous commit to this file:John Baldwin2007-10-271-0/+3
* Make selector parsing accept the dot "." as an alternative selectorStefan Eßer2007-10-041-1/+1
* Restore compatibility with version before introduction of PCI domains.Stefan Eßer2007-10-042-18/+22
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-302-8/+13
* - HT 2.00b added a new flag to the MSI mapping HT capability to indicateJohn Baldwin2007-04-251-7/+12
* - Bump document date.Ruslan Ermilov2007-02-061-3/+3
* - Teach pciconf(8) to list the PCI capabilities supported by each deviceJohn Baldwin2007-02-025-46/+593
* Use larger buffers to read lines from the vendor list.Dag-Erling Smørgrav2005-08-181-3/+16
* Whitespace cleanup.Dag-Erling Smørgrav2005-08-181-13/+13
* add some additional pci classes and sub-classes..John-Mark Gurney2005-03-261-1/+25
* Revert unintended commit that came in with 3rd clause removalWarner Losh2004-08-071-67/+12
* Fix syntax error introduced in the last commit.Lukas Ertl2004-08-071-2/+2