aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/versatile/versatile_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove versatile supportAndrew Turner2021-04-121-548/+0
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+3
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* [versatilepb] Convert VERSATILEPB kernel to INTRNG and switch to upstream DTBOleksandr Tymoshenko2017-04-011-23/+46
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-141-1/+0
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* Limit arm_base_bs_tag to ARMv4 and ARMv5, we only used it in one place inAndrew Turner2015-11-211-1/+1
* Add domain support to PCI bus allocationZbigniew Bodek2015-09-161-1/+1
* Include vm/pmap.h for pmap_kextract.Andrew Turner2015-04-041-0/+4
* Remove a no-longer-used include.Ian Lepore2015-01-211-2/+0
* The versatile platform had two copies of a bus_space that are essentiallyIan Lepore2015-01-211-1/+1
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-271-1/+0
* In sys/arm/versatile/versatile_pci.c, add a default handler, to fix aDimitry Andric2013-10-101-0/+3
* - Fix IMAPx registers values calculationOleksandr Tymoshenko2013-06-291-20/+24
* Add support for QEMU's version of Versatile Platform BoardOleksandr Tymoshenko2012-12-131-0/+510