| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 298950: Fix an off by one error when remapping MSI-X vectors. | John Baldwin | 2016-08-20 | 1 | -2/+2 |
| * | MFC 302175: | John Baldwin | 2016-07-24 | 1 | -0/+16 |
| * | MFstable/10 r292975: | Enji Cooper | 2015-12-31 | 1 | -2/+0 |
| * | MFC 290414,290415: | John Baldwin | 2015-11-14 | 1 | -0/+98 |
| * | MFC 232472 (partial): | John Baldwin | 2015-11-14 | 1 | -2/+9 |
| * | MFC: r276299 | Marius Strobl | 2015-02-08 | 1 | -8/+21 |
| * | MFC r272729,272732: | Pyun YongHyeon | 2014-10-21 | 1 | -2/+18 |
| * | MFC r265149 | Steven Hartland | 2014-05-14 | 1 | -92/+100 |
| * | MFC 261524,261526,261527: | John Baldwin | 2014-02-19 | 1 | -16/+16 |
| * | MFC 260926: | John Baldwin | 2014-02-17 | 1 | -1/+12 |
| * | MFC 253450: | John Baldwin | 2013-10-10 | 1 | -4/+42 |
| * | MFC: r253120 | Marius Strobl | 2013-07-12 | 1 | -34/+70 |
| * | MFC 250418,252166: | John Baldwin | 2013-06-27 | 1 | -2/+29 |
| * | MFC: r247632 | Marius Strobl | 2013-03-08 | 1 | -10/+11 |
| * | MFC r242625: | Dimitry Andric | 2012-11-12 | 1 | -1/+1 |
| * | Merge r240680 from head: | Gavin Atkinson | 2012-10-24 | 1 | -5/+5 |
| * | Merge the following from head: | Gavin Atkinson | 2012-10-01 | 1 | -0/+1 |
| * | MFC 235833: | John Baldwin | 2012-05-30 | 1 | -2/+2 |
| * | MFC r233662, r233677 and r233678: | Hans Petter Selasky | 2012-05-04 | 1 | -22/+8 |
| * | MFC 233676: | John Baldwin | 2012-04-11 | 1 | -1/+1 |
| * | MFC 232403,232667: | John Baldwin | 2012-03-23 | 1 | -5/+66 |
| * | MFC 232360: | John Baldwin | 2012-03-23 | 1 | -0/+19 |
| * | MFC: r232991 | Jung-uk Kim | 2012-03-19 | 1 | -8/+36 |
| * | MFC: r231621 | Marius Strobl | 2012-02-24 | 1 | -10/+11 |
| * | MFC 230340: | John Baldwin | 2012-02-13 | 1 | -3/+1 |
| * | Add missing XHCI early takeover code. The XHCI takeover code | Hans Petter Selasky | 2011-07-22 | 1 | -1/+66 |
| * | PCIB_ALLOC_MSIX() may already fail on the first pass, f.e. when the PCI-PCI | Marius Strobl | 2011-07-13 | 1 | -1/+4 |
| * | Implement pci_find_class(9), the function to find a pci device by its class. | Konstantin Belousov | 2011-07-09 | 1 | -0/+15 |
| * | Minor whitespace and style fixes. | John Baldwin | 2011-06-21 | 1 | -3/+4 |
| * | More properly handle Cardbus cards that that store their CIS in a BAR after | John Baldwin | 2011-06-06 | 1 | -0/+11 |
| * | Reimplement how PCI-PCI bridges manage their I/O windows. Previously the | John Baldwin | 2011-05-03 | 1 | -0/+20 |
| * | Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver, | John Baldwin | 2011-05-02 | 1 | -0/+1 |
| * | Only align MSI message groups based on the number of messages being | John Baldwin | 2011-04-27 | 1 | -1/+1 |
| * | Explicitly track the state of all known BARs for each PCI device. The PCI | John Baldwin | 2011-03-31 | 1 | -49/+153 |
| * | Rename pci_find_extcap() to pci_find_cap(). PCI now uses the term | John Baldwin | 2011-03-22 | 1 | -5/+5 |
| * | Partially revert previous change. Drop the quirk to disable MSI for HT | John Baldwin | 2011-03-18 | 1 | -19/+2 |
| * | Fix a few issues with HyperTransport devices and MSI interrupts: | John Baldwin | 2011-03-18 | 1 | -4/+43 |
| * | Properly handle BARs bigger than 4G. The '1' was treated as an int | John Baldwin | 2011-02-23 | 1 | -3/+3 |
| * | Use the preload_fetch_addr() and preload_fetch_size() convenience | Marcel Moolenaar | 2011-02-13 | 1 | -8/+13 |
| * | Resume critical PCI devices (and their children) first, then everything else | Jung-uk Kim | 2010-11-22 | 1 | -1/+28 |
| * | The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registers | Nathan Whitehorn | 2010-10-25 | 1 | -1/+1 |
| * | - Add a new PCI quirk to whitelist an old chipset that doesn't support | John Baldwin | 2010-10-22 | 1 | -1/+31 |
| * | Clarify a misleading comment. The test in pci_reserve_map() was meant to | John Baldwin | 2010-10-21 | 1 | -9/+9 |
| * | Update PCI power management registers per PCI Bus Power Management Interface | Jung-uk Kim | 2010-10-20 | 1 | -1/+1 |
| * | Introduce a new tunable 'hw.pci.do_power_suspend'. This tunable lets you | Jung-uk Kim | 2010-10-20 | 1 | -1/+9 |
| * | Remove PCI header type 0 restriction from power state changes. PCI config. | Jung-uk Kim | 2010-10-19 | 1 | -3/+1 |
| * | Do not apply do_power_resume for suspending case. When do_powerstate was | Jung-uk Kim | 2010-10-19 | 1 | -4/+3 |
| * | Remove unnecessary castings and fix couple of style(9) nits. | Jung-uk Kim | 2010-10-15 | 1 | -4/+3 |
| * | Move setting power state for children into a separate function as they were | Jung-uk Kim | 2010-10-15 | 1 | -38/+40 |
| * | Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). This | John Baldwin | 2010-08-17 | 1 | -32/+21 |