summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pciconf/pciconf.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r311953 (by cem)bapt2017-01-221-4/+1
* MFC r307731: Add names for some DASP devices.mav2016-10-281-0/+3
* Fix possible out-of-bounds access detected by Ulrich Spörleins "scan-build".se2016-02-191-19/+15
* Use __unused instead of casting to void to silence the unused parameterse2016-02-181-2/+2
* Make WARNS=6 safe.se2016-02-181-7/+10
* Add a new -B flag for use with list mode (-l) that lists details aboutjhb2015-11-231-10/+202
* Prefer pciids database from ports if presentbapt2015-09-061-2/+5
* Teach pciconf how to dump out SR-IOV capabilityrstone2015-03-011-35/+42
* Fix the following clang 3.6.0 warnings in pciconf:dim2015-01-281-2/+2
* Fix some buglets in the error-handling of getdevice(). In particular, reportmarkj2014-10-221-3/+3
* Add IOMMU PCI subclass, found on Tyan S8236 motherboard.mav2014-05-201-0/+1
* Add support for displaying VPD for PCI devices via pciconf.jhb2014-01-201-7/+72
* - Allow PCI devices that are attached to a driver to be identified by theirjhb2014-01-201-9/+92
* Use the entire 64 bits of 'bar.pbi_length' when printing the bar size.neel2013-02-101-1/+1
* The correct generic term for PCIS_STORAGE_NVM is "NVM" not "NVM Express".gavin2012-09-201-1/+1
* Recognise NVM Express devices and pretty-print their name.gavin2012-09-191-0/+1
* Add a new -e flag to pciconf(8)'s list mode to display PCI error details.jhb2012-06-011-8/+16
* Spelling fixes for usr.sbin/uqs2011-12-301-2/+2
* Simplify chkattached(). The PCIOCATTACHED ioctl only needs the pi_seljhb2010-09-081-7/+3
* - Add a new ioctl to /dev/pci to fetch details on an individual BAR of ajhb2009-02-021-6/+69
* Add ADMA, SATA and SAS mass storage subclasses.mav2008-11-131-0/+3
* Add HDA multimedia subclass.mav2008-10-211-0/+1
* Add "SD host controller" subclass name.mav2008-10-211-0/+1
* style nit: indent continuation lines correctly, use style(9) styleimp2008-09-031-15/+16
* minor style(9) police: sort getopt options alphabetically. Theimp2008-09-031-9/+9
* Make selector parsing accept the dot "." as an alternative selectorse2007-10-041-1/+1
* Restore compatibility with version before introduction of PCI domains.se2007-10-041-14/+16
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-3/+5
* - Teach pciconf(8) to list the PCI capabilities supported by each devicejhb2007-02-021-30/+44
* Use larger buffers to read lines from the vendor list.des2005-08-181-3/+16
* Whitespace cleanup.des2005-08-181-13/+13
* add some additional pci classes and sub-classes..jmg2005-03-261-1/+25
* Revert unintended commit that came in with 3rd clause removalimp2004-08-071-67/+12
* Fix syntax error introduced in the last commit.le2004-08-071-2/+2
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-071-12/+67
* Only a read-only file descriptor is required to implement list_devs()rwatson2003-12-311-1/+1
* make pciconf understand it's own output as stated in the manpage.jmg2003-06-201-5/+13
* Use consistent terminology in the usage message, the man pagejdp2002-09-171-3/+3
* When asked to print bytes (-b option) do that and put 16 on a line.sos2002-02-261-3/+4
* Support a range of registers to read.imp2001-05-311-9/+34
* Minor style(9) tweak: if ( instead of if(.imp2001-05-311-3/+3
* Update for new location of pcireg.h.msmith2000-12-091-1/+1
* Update to improve handling of verbose PCI vendor/device information.msmith2000-12-071-24/+229
* Add support for decoding the PCI vendor and device ID registers. Add amsmith2000-11-131-7/+39
* [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in theken1999-12-081-3/+1
* .Fn -> .Xrcharnier1999-11-271-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a few problems on the Alpha, and fix -Wall while here.peter1999-08-231-5/+5
* Modify pciconf(8) so that it will print out PCI devices that have no driverken1998-11-121-4/+6
* Revive PCIConf.gibbs1998-09-151-14/+44
OpenPOWER on IntegriCloud