aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/pci_private.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new tunable 'hw.pci.do_power_suspend'. This tunable lets youJung-uk Kim2010-10-201-0/+1
* Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). ThisJohn Baldwin2010-08-171-0/+2
* Move the PCI-specific logic of removing a cardbus device into aJohn Baldwin2010-01-051-0/+1
* Teach the PCI bus driver to handle PCIR_BIOS BARs properly and remove specialJohn Baldwin2009-12-301-0/+2
* Remove no longer used pci_release_resource().John Baldwin2009-12-301-2/+0
* Further refine the handling of resources for BARs in the PCI bus driver.John Baldwin2009-03-031-0/+4
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-301-2/+3
* Add some doxygen docs for pci_cfg_{save,restore}.Warner Losh2007-05-161-0/+10
* Revamp the MSI/MSI-X code a bit to achieve two main goals:John Baldwin2007-05-021-1/+6
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.John Baldwin2007-01-221-0/+4
* Replace #define<space> with #define<tab> so the code is consistent withJohn Baldwin2006-12-141-1/+1
* First cut at MI support for PCI Message Signalled Interrupts (MSI):John Baldwin2006-11-131-0/+3
* Various whitespace cleanups.John Baldwin2006-11-071-0/+1
* provide routines to access VPD data at the PCI layer...John-Mark Gurney2006-10-091-0/+4
* Make the 'pci_devclass' pointer variable private (drivers really shouldn'tJohn Baldwin2006-01-201-3/+2
* Expose pci_add_resources to the outside world, add a 'force' flag toWarner Losh2005-12-301-0/+2
* Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is usedJohn Baldwin2005-12-201-0/+2
* Expose pci_cfg_safe/restore for subclasses of pci to use.Warner Losh2005-02-281-0/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Omnibus PCI commit:Warner Losh2004-04-091-0/+2
* Add pci_resume() to reestablish interrupt routing afterMitsuru IWASAKI2003-09-171-0/+1
* Prefer the uintXX_t to the u_intXX_t names.Warner Losh2003-08-221-2/+2
* Add a new PCI interface method, assign_interrupt, to determine theThomas Moestl2003-07-011-0/+1
* Return status for PCI methods '{enable,disable}_{io,busmaster}'.Matthew N. Dodd2003-04-161-4/+4
* Move the pnp and location info into the common pci bus. Make all knownWarner Losh2003-02-171-0/+4
* These don't need to be semi-public after all.Warner Losh2003-02-171-3/+0
* Use rman_get_device rather than rle->resl->r_dev.Warner Losh2003-02-161-1/+3
* - Make pci_load_vendor_data() static and do it during MOD_LOAD instead ofJohn Baldwin2002-09-041-1/+0
* Various changes to make it easier to subclass the PCI bus device.John Baldwin2002-08-261-0/+5
* Add 5th parameter to pci_read_device specifying the size of the objectWarner Losh2002-03-131-1/+2
* Use the pci.c code wherever possible, rather than copying all the pciWarner Losh2002-02-271-0/+67