| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-04-23 | Since ppb(4) properly allocates bus ranges for attached devices, |  patrick | 1 | -99/+2 |
| 2019-04-16 | When we encounter ppb(4)s that are not configured we allocate a range |  patrick | 1 | -1/+12 |
| 2018-04-06 | If port io is disabled, disable the associated windows as well. |  kettenis | 1 | -3/+7 |
| 2015-12-01 | Teach ppb(4) how to allocate PCI bus numbers such that it can properly |  kettenis | 1 | -1/+61 |
| 2015-10-19 | Properly restore the prefetchable memory window upon resume. |  kettenis | 1 | -2/+2 |
| 2015-09-10 | PPB_EXNAMLEN for the extent name; now easier to pass as a size for free() |  deraadt | 1 | -10/+12 |
| 2015-03-14 | Remove some includes include-what-you-use claims don't |  jsg | 1 | -2/+1 |
| 2015-01-27 | remove the second void * argument on tasks. |  dlg | 1 | -13/+13 |
| 2014-11-24 | Fix some issues with 64-bit BARs behind PCI-PCI bridges. |  kettenis | 1 | -3/+3 |
| 2014-09-15 | Add generic support for bridges that support subtractive decoding. |  kettenis | 1 | -12/+15 |
| 2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 1 | -4/+4 |
| 2014-01-29 | Switch to task queues. |  kettenis | 1 | -7/+15 |
| 2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the |  deraadt | 1 | -17/+17 |
| 2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code |  deraadt | 1 | -2/+5 |
| 2012-09-07 | Call pci_min_powerstate() to determine the lowest possible powerstate instead |  kettenis | 1 | -3/+7 |
| 2011-10-31 | Save and restore MSI configuration on PCI-Express bridges during |  mikeb | 1 | -2/+37 |
| 2011-06-26 | There are some problems with ppb msi interrupts. For instance, i386 in |  deraadt | 1 | -1/+8 |
| 2011-06-05 | Revert previous commit; it makes us run out of interrupt slots too fast on |  kettenis | 1 | -3/+2 |
| 2011-05-30 | Enable MSI. |  kettenis | 1 | -2/+3 |
| 2011-05-14 | Pass flags down the PCI bus hierarchy. Soon to be used to selectively enable |  kettenis | 1 | -4/+2 |
| 2011-04-18 | since the pciide driver's interrupt handler can return -1 during hotplug |  deraadt | 1 | -2/+2 |
| 2010-12-30 | Only disable I/O and memory space and bus mastering if we're actually going |  kettenis | 1 | -13/+3 |
| 2010-09-25 | ppb(4) should respect pci_dopm, like pci(4) does, and not try to poweroff |  mlarkin | 1 | -15/+20 |
| 2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before |  deraadt | 1 | -1/+4 |
| 2010-08-17 | Power management for PCI devices. For now just put everything in the D3 |  kettenis | 1 | -4/+22 |
| 2010-08-02 | spellin |  deraadt | 1 | -2/+2 |
| 2010-06-30 | If the device has the PCI Express capability, save the slot control and status |  kettenis | 1 | -1/+9 |
| 2010-04-06 | update a random sampling of drivers after the proc.h -> systm.h move |  tedu | 1 | -2/+2 |
| 2009-12-27 | Don't allocate resources on the Intel Hub-to-PCI bridges. Doing so breaks |  kettenis | 1 | -7/+32 |
| 2009-11-24 | Save state on suspend and restore that state and the bridge windows on resume |  kettenis | 1 | -3/+56 |
| 2009-11-23 | must return result of config_activate_children |  deraadt | 1 | -3/+3 |
| 2009-11-23 | Later on this will do much more work on suspend/resume, but for now |  deraadt | 1 | -2/+21 |
| 2009-11-19 | Add code to set up windows on PCI-PCI bridges left unconfigured by the |  kettenis | 1 | -1/+151 |
| 2009-09-24 | Handle the upper 32 bits of the prefetchable memory range when setting up |  miod | 1 | -2/+8 |
| 2009-05-30 | Check the extents exist before trying to do things |  jsg | 1 | -16/+22 |
| 2009-05-15 | On the Intel 82801BAM Hub-to-PCI, pass the main PCI io and mmio extents if |  kettenis | 1 | -1/+14 |
| 2009-05-05 | Add extents for prefetchable memory mapped I/O. Should remove conflict |  kettenis | 1 | -1/+32 |
| 2009-04-24 | Fix two issues with resource accounting: |  kettenis | 1 | -2/+14 |
| 2009-04-22 | Start doing resource accounting on non-root PCI busses by populating the |  kettenis | 1 | -71/+78 |
| 2009-04-01 | bzero pci attach args |  kettenis | 1 | -1/+2 |
| 2008-12-28 | Ignore hotploug events while still in autoconf. Fixes problems with some |  kettenis | 1 | -1/+11 |
| 2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() |  blambert | 1 | -2/+2 |
| 2007-12-31 | On some machines we get hotplug interrupts when they're resumed, so don't |  kettenis | 1 | -3/+8 |
| 2007-12-04 | Some ExpressCard cards have old PCI devices and a PCIe-PCI bridge. |  kettenis | 1 | -10/+68 |
| 2007-11-30 | Disestablish interrupts upon detach, |  kettenis | 1 | -5/+13 |
| 2007-11-30 | Make ppb(4) detachable. |  kettenis | 1 | -2/+9 |
| 2007-11-25 | When plugging a device, assign BARs and set interrupt lines. |  kettenis | 1 | -3/+108 |
| 2007-11-25 | Map the interrupt pins used for swizzling *after* mapping the PCI Express |  kettenis | 1 | -7/+7 |
| 2007-11-24 | First step towards PCI Express/ExpressCard hotplug. Unplug should work on |  kettenis | 1 | -7/+103 |
| 2007-05-21 | Implement deep interrupt swizzling by mapping all four PCI interrupt pins |  kettenis | 1 | -1/+10 |