aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/pcib_if.m
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r299467 having fixed the build:Andrew Turner2016-05-161-2/+8
* Revert r299467 to fix the kernel build.Conrad Meyer2016-05-111-4/+2
* Add a new get_id interface to pci and pcib. This will allow us to bothAndrew Turner2016-05-111-2/+4
* drop a bunch of white space at end of lines and end of files...John-Mark Gurney2015-10-181-2/+1
* Add some pcib methods to get ARI-related informationRyan Stone2015-03-011-0/+25
* Be consistent with the whitespace in the rest of these files.Ryan Stone2014-04-291-2/+2
* Add support for PCIe ARIRyan Stone2014-04-011-0/+19
* Add a method to get the PCI RID for a device.Ryan Stone2014-04-011-0/+9
* Revert PCI RID changes.Ryan Stone2014-04-011-26/+0
* Add a method to get the PCI Routing ID for a deviceRyan Stone2014-04-011-0/+26
* Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). ThisJohn Baldwin2010-08-171-0/+10
* Revert junk from last commit. These are WIP and not ready (and don'tWarner Losh2009-05-201-14/+0
* We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh2009-05-201-0/+14
* Revamp the MSI/MSI-X code a bit to achieve two main goals:John Baldwin2007-05-021-8/+9
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.John Baldwin2007-01-221-0/+10
* First cut at MI support for PCI Message Signalled Interrupts (MSI):John Baldwin2006-11-131-0/+45
* Various whitespace cleanups.John Baldwin2006-11-071-3/+3
* Fix compile error :-(.Warner Losh2005-04-131-1/+2
* Default to a interrupt router that returns an invalid interrupt.Warner Losh2005-04-131-1/+9
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* - Fix the device database parsing code so that it actually works.Mike Smith2000-12-091-1/+1
* Convert the pcib_{read,write}_config args from signed to unsigned,Andrew Gallatin2000-12-011-8/+8
* Forgot to commit this last night.Warner Losh2000-10-161-0/+10
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-281-0/+71