| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 246367: | John Baldwin | 2013-03-01 | 1 | -2/+0 |
| * | MFC 240474: | John Baldwin | 2013-02-27 | 2 | -4/+72 |
| * | MFC r242085: | Jim Harris | 2012-11-01 | 1 | -0/+26 |
| * | Merge r240680 from head: | Gavin Atkinson | 2012-10-25 | 2 | -33/+33 |
| * | Merge the following from head: | Gavin Atkinson | 2012-10-01 | 1 | -0/+1 |
| * | Merge r240146 from head: | Gavin Atkinson | 2012-09-16 | 1 | -1/+3 |
| * | MFC 228161,230774,230822,236415: | John Baldwin | 2012-06-28 | 6 | -11/+254 |
| * | MFC 209907,212326,212368,212749: | John Baldwin | 2010-09-20 | 1 | -0/+99 |
| * | MFC 212369: | John Baldwin | 2010-09-20 | 1 | -6/+6 |
| * | MFC 212329: | John Baldwin | 2010-09-20 | 1 | -7/+3 |
| * | - Add a few more register defintions for the PCI express capability | John Baldwin | 2009-04-17 | 1 | -3/+26 |
| * | Tune output to remove trailing space. | Alexander Motin | 2009-02-15 | 1 | -3/+3 |
| * | Add SATA and PCI Advanced Features capabilities reporting. | Alexander Motin | 2009-02-15 | 1 | -0/+24 |
| * | - Add a new ioctl to /dev/pci to fetch details on an individual BAR of a | John Baldwin | 2009-02-02 | 2 | -7/+96 |
| * | Add ADMA, SATA and SAS mass storage subclasses. | Alexander Motin | 2008-11-13 | 1 | -0/+3 |
| * | Add HDA multimedia subclass. | Alexander Motin | 2008-10-21 | 1 | -0/+1 |
| * | Add "SD host controller" subclass name. | Alexander Motin | 2008-10-21 | 1 | -0/+1 |
| * | style nit: indent continuation lines correctly, use style(9) style | Warner Losh | 2008-09-03 | 1 | -15/+16 |
| * | minor style(9) police: sort getopt options alphabetically. The | Warner Losh | 2008-09-03 | 1 | -9/+9 |
| * | Include agpreg.h from it's new location. | John Birrell | 2007-11-13 | 1 | -1/+1 |
| * | devinfo(8) manual page refers to pciconfr(8). Add back reference for | Dmitry Morozovsky | 2007-11-07 | 1 | -1/+2 |
| * | Update copyright attribution. | John Baldwin | 2007-10-31 | 2 | -2/+4 |
| * | Missed in the previous commit to this file: | John Baldwin | 2007-10-27 | 1 | -0/+3 |
| * | Make selector parsing accept the dot "." as an alternative selector | Stefan Eßer | 2007-10-04 | 1 | -1/+1 |
| * | Restore compatibility with version before introduction of PCI domains. | Stefan Eßer | 2007-10-04 | 2 | -18/+22 |
| * | Make the PCI code aware of PCI domains (aka PCI segments) so we can | Marius Strobl | 2007-09-30 | 2 | -8/+13 |
| * | - HT 2.00b added a new flag to the MSI mapping HT capability to indicate | John Baldwin | 2007-04-25 | 1 | -7/+12 |
| * | - Bump document date. | Ruslan Ermilov | 2007-02-06 | 1 | -3/+3 |
| * | - Teach pciconf(8) to list the PCI capabilities supported by each device | John Baldwin | 2007-02-02 | 5 | -46/+593 |
| * | Use larger buffers to read lines from the vendor list. | Dag-Erling Smørgrav | 2005-08-18 | 1 | -3/+16 |
| * | Whitespace cleanup. | Dag-Erling Smørgrav | 2005-08-18 | 1 | -13/+13 |
| * | add some additional pci classes and sub-classes.. | John-Mark Gurney | 2005-03-26 | 1 | -1/+25 |
| * | Revert unintended commit that came in with 3rd clause removal | Warner Losh | 2004-08-07 | 1 | -67/+12 |
| * | Fix syntax error introduced in the last commit. | Lukas Ertl | 2004-08-07 | 1 | -2/+2 |
| * | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software | Warner Losh | 2004-08-07 | 1 | -12/+67 |
| * | Update pciconf man page to indicate that only some of the functions | Robert Watson | 2004-01-06 | 1 | -1/+2 |
| * | Only a read-only file descriptor is required to implement list_devs() | Robert Watson | 2003-12-31 | 1 | -1/+1 |
| * | make pciconf understand it's own output as stated in the manpage. | John-Mark Gurney | 2003-06-20 | 1 | -5/+13 |
| * | Moved $FreeBSD$ tag to where it belongs. | Ruslan Ermilov | 2003-05-22 | 1 | -1/+2 |
| * | Fix up some grammar. | Tom Rhodes | 2003-01-09 | 1 | -2/+2 |
| * | Markup fixes. Document more correctly. | Tom Rhodes | 2002-12-14 | 1 | -8/+14 |
| * | Use consistent terminology in the usage message, the man page | John Polstra | 2002-09-17 | 2 | -10/+10 |
| * | mdoc(7) police: Removed redundant .Ns calls. | Ruslan Ermilov | 2002-08-13 | 1 | -1/+1 |
| * | The .Nm utility | Philippe Charnier | 2002-07-14 | 1 | -4/+4 |
| * | mdoc(7) police: make SYNOPSIS really match usage(). | Ruslan Ermilov | 2002-05-30 | 1 | -7/+3 |
| * | pciconf(8) has an incorrect synopsis which argues the output from the | Tom Rhodes | 2002-05-15 | 1 | -2/+2 |
| * | When asked to print bytes (-b option) do that and put 16 on a line. | Søren Schmidt | 2002-02-26 | 1 | -3/+4 |
| * | Add missing -v option to the SYNOPSIS. | Sheldon Hearn | 2001-11-27 | 1 | -1/+1 |
| * | Spell "FreeBSD" with "F" and "BSD" in uppercase. | Ruslan Ermilov | 2001-08-13 | 1 | -1/+1 |
| * | Perform a major cleanup of the usr.sbin Makefiles. | David E. O'Brien | 2001-07-20 | 1 | -0/+1 |