aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/x86/mptable_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgeJohn Baldwin2014-02-121-0/+13
* Drop the 3rd clause from all 3 clause BSD licenses where I am the soleJohn Baldwin2014-02-051-3/+0
* - Reuse legacy_pcib_(read|write)_config() methods in the QPI pcib driver.John Baldwin2014-01-211-23/+2
* Move the legacy(4) driver to x86.John Baldwin2012-03-301-1/+1
* Use a more proper fix for enabling HT MSI mapping windows on Host-PCIJohn Baldwin2012-03-291-11/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* Respect the BIOS/firmware's notion of acceptable address ranges for PCIJohn Baldwin2011-07-151-1/+84
* Reimplement how PCI-PCI bridges manage their I/O windows. Previously theJohn Baldwin2011-05-031-0/+1
* Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,John Baldwin2011-05-021-0/+1
* Move the mptable.h under x86/include/.Attilio Rao2010-11-091-1/+1
* Merge the mptable support from MD bits to x86 subtree.Attilio Rao2010-10-281-0/+177