summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pciconf/pciconf.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r273488:markj2014-12-031-3/+3
* MFC r266468:mav2014-06-031-0/+1
* MFC 260926:jhb2014-02-171-7/+72
* MFC 260910:jhb2014-01-281-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
* Sync usage string with man page.charnier1997-10-061-10/+15
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
* Add PCI LKM support:New -a option checks whether a driver has been assigned t...se1997-01-211-6/+39
* Fix core dump after printing usage message (pointed out by BDE).se1996-11-161-2/+3
* Initial version of the user land code for the PCI config registerse1996-10-221-0/+204
OpenPOWER on IntegriCloud