summaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* MFC r265149Steven Hartland2014-05-141-92/+100
* MFC 261524,261526,261527:John Baldwin2014-02-192-16/+35
* MFC 261517,261520:John Baldwin2014-02-181-3/+0
* MFC 260926:John Baldwin2014-02-173-10/+133
* MFC r259679:Jean-Sébastien Pédron2014-02-081-17/+54
* MFC r254882, r254883, r255571:Jean-Sébastien Pédron2014-02-082-0/+96
* MFC r257071:Konstantin Belousov2013-11-011-0/+9
* MFC 253450:John Baldwin2013-10-104-91/+449
* MFC: r240981, r240990, r240992, r244695Marius Strobl2013-07-121-14/+222
* MFC: r253120Marius Strobl2013-07-124-36/+77
* MFC 250418,252166:John Baldwin2013-06-271-2/+29
* MFC 249315:John Baldwin2013-06-131-25/+35
* MFC r250740:Konstantin Belousov2013-05-241-0/+4
* MFC r249476:Konstantin Belousov2013-04-211-0/+8
* MFC: r247632Marius Strobl2013-03-081-10/+11
* MFC 240473:John Baldwin2013-02-261-0/+22
* MFC r242625:Dimitry Andric2012-11-121-1/+1
* Merge r240680 from head:Gavin Atkinson2012-10-242-55/+257
* MFC r240695:Jim Harris2012-10-091-0/+2
* Merge the following from head:Gavin Atkinson2012-10-012-0/+2
* MFC 239103:John Baldwin2012-08-301-0/+7
* MFC 237008,237271,237272,237673:John Baldwin2012-06-291-13/+12
* MFC 228161,230774,230822,236415:John Baldwin2012-06-281-0/+2
* MFC r235846:Konstantin Belousov2012-06-111-0/+1
* MFC 235833:John Baldwin2012-05-301-2/+2
* MFC r233662, r233677 and r233678:Hans Petter Selasky2012-05-041-22/+8
* MFC 233676:John Baldwin2012-04-111-1/+1
* MFC 232403,232667:John Baldwin2012-03-232-5/+71
* MFC 232360:John Baldwin2012-03-232-0/+21
* MFC: r232991Jung-uk Kim2012-03-191-8/+36
* MFC: r231621Marius Strobl2012-02-241-10/+11
* MFC 230340:John Baldwin2012-02-131-3/+1
* MFC 228496:John Baldwin2012-01-051-0/+1
* MFC r226173, r227843, r227848 and r227908:Hans Petter Selasky2011-12-313-6/+3
* Add missing XHCI early takeover code. The XHCI takeover codeHans Petter Selasky2011-07-221-1/+66
* Respect the BIOS/firmware's notion of acceptable address ranges for PCIJohn Baldwin2011-07-153-13/+184
* PCIB_ALLOC_MSIX() may already fail on the first pass, f.e. when the PCI-PCIMarius Strobl2011-07-131-1/+4
* Properly align the end of a candidate back region based on the window'sJohn Baldwin2011-07-121-1/+1
* Implement pci_find_class(9), the function to find a pci device by its class.Konstantin Belousov2011-07-092-0/+16
* Split out host_pcib_get_busno() from the generic PCI-PCI bridge driver toJohn Baldwin2011-06-242-92/+130
* Minor whitespace and style fixes.John Baldwin2011-06-211-3/+4
* Fix some off-by-one errors with the ending address of candidate regionsJohn Baldwin2011-06-101-3/+4
* More properly handle Cardbus cards that that store their CIS in a BAR afterJohn Baldwin2011-06-061-0/+11
* Renamed PCI_INTERFACE_XHCI to PCIP_SERIALBUS_USB_XHCI and moved itRuslan Ermilov2011-05-171-0/+1
* Allow direct children of PCI-ISA bridges to allocate resources fromHenrik Brix Andersen2011-05-131-7/+111
* Reimplement how PCI-PCI bridges manage their I/O windows. Previously theJohn Baldwin2011-05-033-5/+695
* Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,John Baldwin2011-05-022-0/+2
* Only align MSI message groups based on the number of messages beingJohn Baldwin2011-04-271-1/+1
* Explicitly track the state of all known BARs for each PCI device. The PCIJohn Baldwin2011-03-314-99/+172
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-1/+1