aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/pcib_private.h
Commit message (Expand)AuthorAgeFilesLines
* Respect the BIOS/firmware's notion of acceptable address ranges for PCIJohn Baldwin2011-07-151-0/+28
* Reimplement how PCI-PCI bridges manage their I/O windows. Previously theJohn Baldwin2011-05-031-0/+30
* - Retire acpi_pcib_resume(). It is has just been an alias forJohn Baldwin2010-08-051-0/+1
* Two fixes:Warner Losh2009-03-141-2/+2
* Add some sysctl reporting for most pci_pci bridges. We now reportWarner Losh2008-08-161-3/+4
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-301-0/+1
* Revamp the MSI/MSI-X code a bit to achieve two main goals:John Baldwin2007-05-021-2/+2
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.John Baldwin2007-01-221-0/+1
* - Add a new flag to the PCI-PCI driver to disable MSI on devices behind theJohn Baldwin2007-01-131-0/+1
* 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/+4
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all theJohn Baldwin2006-01-061-2/+0
* Add support for subtractive decoding bridges. These bridges pass allWarner Losh2004-01-111-0/+2
* Prefer the uintXX_t to the u_intXX_t names.Warner Losh2003-08-221-12/+12
* Make the base pcib_route_interrupt method available to other pci-pci bridgeBenno Rice2003-01-141-0/+1
* Add a function host_pcib_get_bnsno() that attempts to determine the busJohn Baldwin2002-11-221-0/+4
* Export pcib_attach() as a "protected" for use in subclasses of the PCI-PCIJohn Baldwin2002-09-061-0/+1
* Export a few symbols as globals to allow subclassing of this driver. InJohn Baldwin2002-08-261-0/+72