| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: r287522 | bapt | 2015-09-13 | 3 | -4/+10 |
* | MFC 281887: | jhb | 2015-06-02 | 1 | -1/+1 |
* | MFC r264007,r264008,r264009,r264011,r264012,r264013 | rstone | 2015-03-01 | 1 | -1/+7 |
* | MFC r273488: | markj | 2014-12-03 | 1 | -3/+3 |
* | MFC r266468: | mav | 2014-06-03 | 1 | -0/+1 |
* | MFC 260926: | jhb | 2014-02-17 | 2 | -8/+95 |
* | MFC 260910: | jhb | 2014-01-28 | 2 | -29/+130 |
* | Decode PCIe ASPM capability and status. | jkim | 2013-07-18 | 1 | -20/+38 |
* | Decode new HT 3.00 and 3.10 capabilities. | kib | 2013-05-17 | 1 | -0/+12 |
* | Use the entire 64 bits of 'bar.pbi_length' when printing the bar size. | neel | 2013-02-10 | 1 | -1/+1 |
* | Install <dev/agp/agpreg.h> and <dev/pci/pcireg.h> as userland headers | jhb | 2013-02-05 | 1 | -2/+0 |
* | Display MSI-X table and PBA offsets when displaying information about MSI-X | neel | 2013-02-01 | 1 | -11/+15 |
* | For PCI Express capability, if max link width is greater than zero, print | jimharris | 2012-10-25 | 1 | -0/+26 |
* | Indent ecaps the same way we indent caps. | imp | 2012-10-19 | 1 | -1/+1 |
* | The correct generic term for PCIS_STORAGE_NVM is "NVM" not "NVM Express". | gavin | 2012-09-20 | 1 | -1/+1 |
* | Recognise NVM Express devices and pretty-print their name. | gavin | 2012-09-19 | 1 | -0/+1 |
* | Align the PCI Express #defines with the style used for the PCI-X | gavin | 2012-09-18 | 2 | -34/+34 |
* | - Denote PCI-e endpoints that support FLR. | jhb | 2012-09-13 | 2 | -4/+72 |
* | - If the PCIe "SLOT" flag is set, include this in the capability output | gavin | 2012-09-05 | 1 | -1/+3 |
* | Add a new -e flag to pciconf(8)'s list mode to display PCI error details. | jhb | 2012-06-01 | 6 | -11/+254 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 1 | -1/+1 |
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 1 | -2/+2 |
* | Only attempt to list extended capabilities for devices that have a | jhb | 2010-09-16 | 1 | -1/+5 |
* | Document the format of extended capabilities in the '-c' output. | jhb | 2010-09-09 | 1 | -1/+13 |
* | - Use 'sta' to hold the PCIR_STATUS register value instead of 'cmd' when | jhb | 2010-09-09 | 1 | -6/+6 |
* | Simplify chkattached(). The PCIOCATTACHED ioctl only needs the pi_sel | jhb | 2010-09-08 | 1 | -7/+3 |
* | - Add register definitions related to extended capability IDs in | jhb | 2010-09-08 | 1 | -0/+95 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -1/+1 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | - Add a few more register defintions for the PCI express capability | jhb | 2009-04-17 | 1 | -3/+26 |
* | Tune output to remove trailing space. | mav | 2009-02-15 | 1 | -3/+3 |
* | Add SATA and PCI Advanced Features capabilities reporting. | mav | 2009-02-15 | 1 | -0/+24 |
* | - Add a new ioctl to /dev/pci to fetch details on an individual BAR of a | jhb | 2009-02-02 | 2 | -7/+96 |
* | Add ADMA, SATA and SAS mass storage subclasses. | mav | 2008-11-13 | 1 | -0/+3 |
* | Add HDA multimedia subclass. | mav | 2008-10-21 | 1 | -0/+1 |
* | Add "SD host controller" subclass name. | mav | 2008-10-21 | 1 | -0/+1 |
* | style nit: indent continuation lines correctly, use style(9) style | imp | 2008-09-03 | 1 | -15/+16 |
* | minor style(9) police: sort getopt options alphabetically. The | imp | 2008-09-03 | 1 | -9/+9 |
* | Include agpreg.h from it's new location. | jb | 2007-11-13 | 1 | -1/+1 |
* | devinfo(8) manual page refers to pciconfr(8). Add back reference for | marck | 2007-11-07 | 1 | -1/+2 |
* | Update copyright attribution. | jhb | 2007-10-31 | 2 | -2/+4 |
* | Missed in the previous commit to this file: | jhb | 2007-10-27 | 1 | -0/+3 |
* | Make selector parsing accept the dot "." as an alternative selector | se | 2007-10-04 | 1 | -1/+1 |
* | Restore compatibility with version before introduction of PCI domains. | se | 2007-10-04 | 2 | -18/+22 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | marius | 2007-09-30 | 2 | -8/+13 |
* | - HT 2.00b added a new flag to the MSI mapping HT capability to indicate | jhb | 2007-04-25 | 1 | -7/+12 |
* | - Bump document date. | ru | 2007-02-06 | 1 | -3/+3 |
* | - Teach pciconf(8) to list the PCI capabilities supported by each device | jhb | 2007-02-02 | 5 | -46/+593 |
* | Use larger buffers to read lines from the vendor list. | des | 2005-08-18 | 1 | -3/+16 |
* | Whitespace cleanup. | des | 2005-08-18 | 1 | -13/+13 |