aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pciconf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-071-12/+67
* Update pciconf man page to indicate that only some of the functionsRobert Watson2004-01-061-1/+2
* 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
* Moved $FreeBSD$ tag to where it belongs.Ruslan Ermilov2003-05-221-1/+2
* Fix up some grammar.Tom Rhodes2003-01-091-2/+2
* Markup fixes. Document more correctly.Tom Rhodes2002-12-141-8/+14
* Use consistent terminology in the usage message, the man pageJohn Polstra2002-09-172-10/+10
* mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov2002-08-131-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-4/+4
* mdoc(7) police: make SYNOPSIS really match usage().Ruslan Ermilov2002-05-301-7/+3
* pciconf(8) has an incorrect synopsis which argues the output from theTom Rhodes2002-05-151-2/+2
* When asked to print bytes (-b option) do that and put 16 on a line.Søren Schmidt2002-02-261-3/+4
* Add missing -v option to the SYNOPSIS.Sheldon Hearn2001-11-271-1/+1
* Spell "FreeBSD" with "F" and "BSD" in uppercase.Ruslan Ermilov2001-08-131-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-0/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-39/+39
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Support a range of registers to read.Warner Losh2001-05-312-10/+38
* Minor style(9) tweak: if ( instead of if(.Warner Losh2001-05-311-3/+3
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+1
* Update for new location of pcireg.h.Mike Smith2000-12-091-1/+1
* Update to improve handling of verbose PCI vendor/device information.Mike Smith2000-12-074-4504/+240
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-5/+9
* Add support for decoding the PCI vendor and device ID registers. Add aMike Smith2000-11-133-7/+4522