| Commit message (Expand) | Author | Age | Files | Lines |
* | Export pci_attach() and pci_detach(). | John Baldwin | 2019-10-15 | 1 | -0/+2 |
* | Add PCI methods to iterate over the PCI capabilities | Bryan Venteicher | 2018-02-19 | 1 | -0/+6 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | "Buses" is the preferred plural of "bus" | Conrad Meyer | 2017-01-15 | 1 | -1/+1 |
* | Permit the name of the /dev/iov entry to be set by the driver. | John Baldwin | 2016-08-03 | 1 | -1/+2 |
* | Implement a PCI bus rescan method. | John Baldwin | 2016-04-27 | 1 | -0/+1 |
* | Add a new PCI bus interface method to alloc the ivars (dinfo) for a device. | John Baldwin | 2016-04-15 | 1 | -6/+6 |
* | Convert pci_delete_child() to a bus_child_deleted() method. | John Baldwin | 2016-04-06 | 1 | -1/+1 |
* | Support for Enhanced Allocation in PCI | Wojciech Macek | 2016-03-02 | 1 | -0/+2 |
* | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 1 | -6/+6 |
* | Add accessor methods to fetch the BAR holding the MSI-X table and PBA. | John Baldwin | 2015-12-23 | 1 | -0/+2 |
* | Add infrastructure for exporting config schema from PF drivers | Ryan Stone | 2015-03-01 | 1 | -1/+2 |
* | Allocate PCI I/O memory spaces for VFs | Ryan Stone | 2015-03-01 | 1 | -0/+5 |
* | Implement interface to create SR-IOV Virtual Functions | Ryan Stone | 2015-03-01 | 1 | -0/+8 |
* | Refactor PCI resource allocation | Ryan Stone | 2015-03-01 | 1 | -0/+10 |
* | Stage one of multipass suspend/resume | Justin Hibbits | 2014-09-23 | 1 | -1/+2 |
* | pci: add a new pci_child_added newbus method. | Roger Pau Monné | 2014-08-22 | 1 | -0/+1 |
* | pci: make MSI(-X) enable and disable methods of the PCI bus | Roger Pau Monné | 2014-08-20 | 1 | -0/+5 |
* | Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge | John Baldwin | 2014-02-12 | 1 | -0/+3 |
* | Make pci_get_dma_tag() non-static. Since the function is only | Konstantin Belousov | 2013-10-24 | 1 | -0/+1 |
* | Properly handle I/O windows in bridges with the ISA enable bit set. These | John Baldwin | 2013-07-18 | 1 | -0/+2 |
* | Make detaching drivers from PCI devices more robust. While here, fix a | John Baldwin | 2013-06-27 | 1 | -0/+1 |
* | Simplify the PCI bus dma tag code a bit. First, don't create a tag at | John Baldwin | 2012-03-07 | 1 | -1/+0 |
* | Expand the set of APIs available for locating PCI capabilities: | John Baldwin | 2012-03-03 | 1 | -0/+4 |
* | - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge. | John Baldwin | 2012-03-02 | 1 | -0/+6 |
* | Introduce a new tunable 'hw.pci.do_power_suspend'. This tunable lets you | Jung-uk Kim | 2010-10-20 | 1 | -0/+1 |
* | Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). This | John Baldwin | 2010-08-17 | 1 | -0/+2 |
* | Move the PCI-specific logic of removing a cardbus device into a | John Baldwin | 2010-01-05 | 1 | -0/+1 |
* | Teach the PCI bus driver to handle PCIR_BIOS BARs properly and remove special | John Baldwin | 2009-12-30 | 1 | -0/+2 |
* | Remove no longer used pci_release_resource(). | John Baldwin | 2009-12-30 | 1 | -2/+0 |
* | Further refine the handling of resources for BARs in the PCI bus driver. | John Baldwin | 2009-03-03 | 1 | -0/+4 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | Marius Strobl | 2007-09-30 | 1 | -2/+3 |
* | Add some doxygen docs for pci_cfg_{save,restore}. | Warner Losh | 2007-05-16 | 1 | -0/+10 |
* | Revamp the MSI/MSI-X code a bit to achieve two main goals: | John Baldwin | 2007-05-02 | 1 | -1/+6 |
* | Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support. | John Baldwin | 2007-01-22 | 1 | -0/+4 |
* | Replace #define<space> with #define<tab> so the code is consistent with | John Baldwin | 2006-12-14 | 1 | -1/+1 |
* | First cut at MI support for PCI Message Signalled Interrupts (MSI): | John Baldwin | 2006-11-13 | 1 | -0/+3 |
* | Various whitespace cleanups. | John Baldwin | 2006-11-07 | 1 | -0/+1 |
* | provide routines to access VPD data at the PCI layer... | John-Mark Gurney | 2006-10-09 | 1 | -0/+4 |
* | Make the 'pci_devclass' pointer variable private (drivers really shouldn't | John Baldwin | 2006-01-20 | 1 | -3/+2 |
* | Expose pci_add_resources to the outside world, add a 'force' flag to | Warner Losh | 2005-12-30 | 1 | -0/+2 |
* | Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is used | John Baldwin | 2005-12-20 | 1 | -0/+2 |
* | Expose pci_cfg_safe/restore for subclasses of pci to use. | Warner Losh | 2005-02-28 | 1 | -0/+2 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Omnibus PCI commit: | Warner Losh | 2004-04-09 | 1 | -0/+2 |
* | Add pci_resume() to reestablish interrupt routing after | Mitsuru IWASAKI | 2003-09-17 | 1 | -0/+1 |
* | Prefer the uintXX_t to the u_intXX_t names. | Warner Losh | 2003-08-22 | 1 | -2/+2 |
* | Add a new PCI interface method, assign_interrupt, to determine the | Thomas Moestl | 2003-07-01 | 1 | -0/+1 |
* | Return status for PCI methods '{enable,disable}_{io,busmaster}'. | Matthew N. Dodd | 2003-04-16 | 1 | -4/+4 |
* | Move the pnp and location info into the common pci bus. Make all known | Warner Losh | 2003-02-17 | 1 | -0/+4 |