| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 261790: | jhb | 2015-04-01 | 1 | -0/+3 |
* | MFC r257072: | kib | 2013-11-01 | 1 | -0/+1 |
* | Properly handle I/O windows in bridges with the ISA enable bit set. These | jhb | 2013-07-18 | 1 | -0/+2 |
* | Make detaching drivers from PCI devices more robust. While here, fix a | jhb | 2013-06-27 | 1 | -0/+1 |
* | Simplify the PCI bus dma tag code a bit. First, don't create a tag at | jhb | 2012-03-07 | 1 | -1/+0 |
* | Expand the set of APIs available for locating PCI capabilities: | jhb | 2012-03-03 | 1 | -0/+4 |
* | - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge. | jhb | 2012-03-02 | 1 | -0/+6 |
* | Introduce a new tunable 'hw.pci.do_power_suspend'. This tunable lets you | jkim | 2010-10-20 | 1 | -0/+1 |
* | Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). This | jhb | 2010-08-17 | 1 | -0/+2 |
* | Move the PCI-specific logic of removing a cardbus device into a | jhb | 2010-01-05 | 1 | -0/+1 |
* | Teach the PCI bus driver to handle PCIR_BIOS BARs properly and remove special | jhb | 2009-12-30 | 1 | -0/+2 |
* | Remove no longer used pci_release_resource(). | jhb | 2009-12-30 | 1 | -2/+0 |
* | Further refine the handling of resources for BARs in the PCI bus driver. | jhb | 2009-03-03 | 1 | -0/+4 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | marius | 2007-09-30 | 1 | -2/+3 |
* | Add some doxygen docs for pci_cfg_{save,restore}. | imp | 2007-05-16 | 1 | -0/+10 |
* | Revamp the MSI/MSI-X code a bit to achieve two main goals: | jhb | 2007-05-02 | 1 | -1/+6 |
* | Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support. | jhb | 2007-01-22 | 1 | -0/+4 |
* | Replace #define<space> with #define<tab> so the code is consistent with | jhb | 2006-12-14 | 1 | -1/+1 |
* | First cut at MI support for PCI Message Signalled Interrupts (MSI): | jhb | 2006-11-13 | 1 | -0/+3 |
* | Various whitespace cleanups. | jhb | 2006-11-07 | 1 | -0/+1 |
* | provide routines to access VPD data at the PCI layer... | jmg | 2006-10-09 | 1 | -0/+4 |
* | Make the 'pci_devclass' pointer variable private (drivers really shouldn't | jhb | 2006-01-20 | 1 | -3/+2 |
* | Expose pci_add_resources to the outside world, add a 'force' flag to | imp | 2005-12-30 | 1 | -0/+2 |
* | Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is used | jhb | 2005-12-20 | 1 | -0/+2 |
* | Expose pci_cfg_safe/restore for subclasses of pci to use. | imp | 2005-02-28 | 1 | -0/+2 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Omnibus PCI commit: | imp | 2004-04-09 | 1 | -0/+2 |
* | Add pci_resume() to reestablish interrupt routing after | iwasaki | 2003-09-17 | 1 | -0/+1 |
* | Prefer the uintXX_t to the u_intXX_t names. | imp | 2003-08-22 | 1 | -2/+2 |
* | Add a new PCI interface method, assign_interrupt, to determine the | tmm | 2003-07-01 | 1 | -0/+1 |
* | Return status for PCI methods '{enable,disable}_{io,busmaster}'. | mdodd | 2003-04-16 | 1 | -4/+4 |
* | Move the pnp and location info into the common pci bus. Make all known | imp | 2003-02-17 | 1 | -0/+4 |
* | These don't need to be semi-public after all. | imp | 2003-02-17 | 1 | -3/+0 |
* | Use rman_get_device rather than rle->resl->r_dev. | imp | 2003-02-16 | 1 | -1/+3 |
* | - Make pci_load_vendor_data() static and do it during MOD_LOAD instead of | jhb | 2002-09-04 | 1 | -1/+0 |
* | Various changes to make it easier to subclass the PCI bus device. | jhb | 2002-08-26 | 1 | -0/+5 |
* | Add 5th parameter to pci_read_device specifying the size of the object | imp | 2002-03-13 | 1 | -1/+2 |
* | Use the pci.c code wherever possible, rather than copying all the pci | imp | 2002-02-27 | 1 | -0/+67 |