summaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename pci_find_extcap() to pci_find_cap(). PCI now uses the termJohn Baldwin2011-03-222-6/+12
* Partially revert previous change. Drop the quirk to disable MSI for HTJohn Baldwin2011-03-181-19/+2
* Fix a few issues with HyperTransport devices and MSI interrupts:John Baldwin2011-03-182-4/+44
* Properly handle BARs bigger than 4G. The '1' was treated as an intJohn Baldwin2011-02-231-3/+3
* Use the preload_fetch_addr() and preload_fetch_size() convenienceMarcel Moolenaar2011-02-131-8/+13
* Don't whine about child drivers calling pci_enable_busmaster(). That isJohn Baldwin2010-12-201-4/+0
* Add device IDs for two more ServerWorks Host-PCI bridges so that we canJohn Baldwin2010-11-251-0/+2
* Resume critical PCI devices (and their children) first, then everything elseJung-uk Kim2010-11-221-1/+28