| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a function to scan for PCI Express extended capabilities. |  kettenis | 2020-09-08 | 1 | -1/+33 |
* | byteswap vpd data going out to userland. |  dlg | 2020-06-26 | 1 | -2/+7 |
* | let userland read vpd info from a pci device. |  dlg | 2020-06-22 | 1 | -4/+35 |
* | add pci_intr_msix_count(), to get the msi-x table size for a device. |  dlg | 2020-06-17 | 1 | -2/+19 |
* | pci(4): PCIOCSETVGA: tsleep(9) -> tsleep_nsec(9); ok mpi@ |  cheloha | 2020-01-15 | 1 | -3/+3 |
* | Implement suspend/resume support for MSI-X interrupts. Loosely based on |  kettenis | 2019-06-25 | 1 | -1/+144 |
* | disambiguate memory extent conflicts for membars and rom addresses |  dlg | 2019-06-08 | 1 | -2/+2 |
* | Add function to convert a PCI device "tag" into a PCIe requester ID. |  kettenis | 2018-07-28 | 1 | -1/+10 |
* | Don't report a bus conflict for bridges that are left (partly) unconfigured by |  kettenis | 2015-11-27 | 1 | -2/+2 |
* | simple size for free() |  deraadt | 2015-09-10 | 1 | -2/+2 |
* | Previous change wasn't quite right and broke "classic' PCI sparc64 machines. |  kettenis | 2014-11-27 | 1 | -16/+13 |
* | Seems Sun^H^H^HOracle is doing something naughty and (deliberately) puts |  kettenis | 2014-11-26 | 1 | -11/+31 |
* | Fix some issues with 64-bit BARs behind PCI-PCI bridges. |  kettenis | 2014-11-24 | 1 | -1/+7 |
* | Add resource tracking for PCI ROMs. |  kettenis | 2014-10-26 | 1 | -2/+29 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. |  doug | 2014-09-13 | 1 | -3/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | format string fixes for bus_addr_t and bus_size_t |  sf | 2014-05-04 | 1 | -7/+7 |
* | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the |  deraadt | 2013-12-06 | 1 | -6/+6 |
* | Call the new MD hook before and after setting the power state of a device. |  mpi | 2013-11-06 | 1 | -5/+17 |
* | Make it possible for graphics drivers to opt-out of VGA arbitration. |  kettenis | 2013-08-08 | 1 | -37/+56 |
* | No longer #ifdef BUS_SPACE_MAP_PREFETCHABLE, as all <machine/bus.h> are |  miod | 2013-02-09 | 1 | -3/+1 |
* | Revamp the sequences for suspend/hibernate -> resume so that the code |  deraadt | 2012-10-08 | 1 | -4/+26 |
* | Add resource tracking for PCI bus numbers. This will allow us to prevent |  kettenis | 2012-09-19 | 1 | -14/+38 |
* | Call pci_min_powerstate() to determine the lowest possible powerstate instead |  kettenis | 2012-09-07 | 1 | -3/+6 |
* | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). |  miod | 2011-10-10 | 1 | -1/+8 |
* | Some devices, like parts of the NVIDIA C51 chipset, have a broken Capabilities |  kettenis | 2011-06-12 | 1 | -4/+7 |
* | Enable MSI for HyperTransport devices that have MSI remapping enabled. |  kettenis | 2011-05-30 | 1 | -3/+57 |
* | Save and restore the MSI capability registers on suspend/resume. |  kettenis | 2011-05-19 | 1 | -4/+41 |
* | Pass flags down the PCI bus hierarchy. Soon to be used to selectively enable |  kettenis | 2011-05-14 | 1 | -2/+4 |
* | We need to delay 10msec after changing to/from D3 state. note: There are |  deraadt | 2011-04-12 | 1 | -2/+7 |
* | Only disable I/O and memory space and bus mastering if we're actually going |  kettenis | 2010-12-30 | 1 | -14/+16 |
* | Check the register offset against the device's configuration space size in |  miod | 2010-12-04 | 1 | -3/+11 |
* | remove the powerhook code. All architectures now use the ca_activate tree |  deraadt | 2010-09-07 | 1 | -17/+1 |
* | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} |  deraadt | 2010-09-06 | 1 | -3/+3 |
* | Add an ioctl to figure out the non-sticky bits in PCI BARs used for determining |  kettenis | 2010-09-05 | 1 | -4/+67 |
* | Add DVACT_QUIECE support. This is called before splhigh() and before |  deraadt | 2010-08-31 | 1 | -1/+4 |
* | Make PCI Power Management optional, and only enable it when acpi(4) attaches. |  kettenis | 2010-08-27 | 1 | -32/+72 |
* | Power management for PCI devices. For now just put everything in the D3 |  kettenis | 2010-08-17 | 1 | -25/+55 |
* | Proper fix for uninitialized variable warning. |  kettenis | 2010-07-02 | 1 | -5/+5 |
* | the variables work better when initialized. ok deraadt |  tedu | 2010-07-02 | 1 | -5/+5 |
* | Preserve and restore BARs on suspend/resume for all devices, not just |  mlarkin | 2010-06-30 | 1 | -4/+1 |
* | Add support for mapping ACPI to PCI devices |  jordan | 2010-06-29 | 1 | -1/+3 |
* | let this compile on RAMDISKS, which have no ioctl |  deraadt | 2010-04-21 | 1 | -3/+2 |
* | Directly comparing pcitag_t's doesn't work on all platforms so decompose the |  kettenis | 2010-04-21 | 1 | -2/+7 |
* | First stab at a VGA arbiter. The VGA arbiter makes sure that only a single |  kettenis | 2010-04-21 | 1 | -2/+176 |
* | backout last, it causes mem conflicts and device trouble; |  otto | 2010-01-26 | 1 | -18/+7 |
* | Don't whack conflicting BARs if they are enabled. |  kettenis | 2010-01-13 | 1 | -7/+18 |
* | pci should return the result of it's children's suspend/resume calls back |  mlarkin | 2009-11-23 | 1 | -3/+3 |
* | Walk our children in the activate function. |  deraadt | 2009-11-23 | 1 | -4/+6 |