aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pciconf/pciconf.c
Commit message (Expand)AuthorAgeFilesLines
* Add accessors for the Vendor Specific Extended Capability (VSEC)Scott Long2019-12-131-2/+2
* Fix the botched field ordering in the last commit. While here, fixScott Long2019-10-131-5/+7
* Change from the non-standard nomenclature of "chip" and "card" to theScott Long2019-10-121-4/+4
* Require write access when mmapping BAR.Konstantin Belousov2018-08-031-1/+1
* Fix word-size dumping.Konstantin Belousov2018-08-031-1/+1
* Add -D option to pciconf(8) to mmap and dump content of the device BAR.Konstantin Belousov2018-08-011-23/+159
* Remove dead code (comma is either 0 or 1 for sure, no need to test).Warner Losh2018-01-051-0/+2
* 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 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-181-2/+2
* Make WARNS=6 safe.Stefan Eßer2016-02-181-7/+10
* Add a new -B flag for use with list mode (-l) that lists details aboutJohn Baldwin2015-11-231-10/+202
* Prefer pciids database from ports if presentBaptiste Daroussin2015-09-061-2/+5
* Teach pciconf how to dump out SR-IOV capabilityRyan Stone2015-03-011-35/+42
* 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
* Add support for displaying VPD for PCI devices via pciconf.John Baldwin2014-01-201-7/+72
* - Allow PCI devices that are attached to a driver to be identified by theirJohn Baldwin2014-01-201-9/+92
* Use the entire 64 bits of 'bar.pbi_length' when printing the bar size.Neel Natu2013-02-101-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
* Add a new -e flag to pciconf(8)'s list mode to display PCI error details.John Baldwin2012-06-011-8/+16
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-2/+2
* Simplify chkattached(). The PCIOCATTACHED ioctl only needs the pi_selJohn Baldwin2010-09-081-7/+3
* - Add a new ioctl to /dev/pci to fetch details on an individual BAR of aJohn Baldwin2009-02-021-6/+69
* 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
* 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-041-14/+16
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-301-3/+5
* - Teach pciconf(8) to list the PCI capabilities supported by each deviceJohn Baldwin2007-02-021-30/+44
* 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
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-071-12/+67
* Only a read-only file descriptor is required to implement list_devs()Robert Watson2003-12-311-1/+1
* make pciconf understand it's own output as stated in the manpage.John-Mark Gurney2003-06-201-5/+13
* Use consistent terminology in the usage message, the man pageJohn Polstra2002-09-171-3/+3
* When asked to print bytes (-b option) do that and put 16 on a line.Søren Schmidt2002-02-261-3/+4
* Support a range of registers to read.Warner Losh2001-05-311-9/+34
* Minor style(9) tweak: if ( instead of if(.Warner Losh2001-05-311-3/+3