freebsd-dev/sys/powerpc/pseries
Nathan Whitehorn 817ba5c0b8 Following the approach with ACPI DMAR on x86, split IOMMU handling into
a variant PCI bus instead of trying to shoehorn it into the PCI host bridge
adapter. Besides matching better the architecture on other platforms, this
also allows systems with multiple partitionable endpoints per PCI host
bridge to work correctly.
2013-11-12 16:15:09 +00:00
..
mmu_phyp.c Ouch, do the shift properly. An uin64_t needs the right postfix when shifting. 2013-10-31 20:42:47 +00:00
phyp_console.c
phyp_llan.c - Provide necessary includes. 2013-10-29 11:17:49 +00:00
phyp_vscsi.c Implement extended LUN support. If PIM_EXTLUNS is set by a SIM, encode 2013-10-29 15:36:58 +00:00
phyp-hvcall.h
phyp-hvcall.S Allow hypervisor calls with more than 7 arguments. 2013-10-20 01:28:39 +00:00
platform_chrp.c Clean up missed header references. 2013-10-26 17:54:31 +00:00
plpar_iommu.c Actually add IOMMU domain to the list of known mappings. This fixes a bug 2013-11-12 16:14:45 +00:00
plpar_iommu.h
plpar_pcibus.c Following the approach with ACPI DMAR on x86, split IOMMU handling into 2013-11-12 16:15:09 +00:00
rtas_dev.c
rtas_pci.c Following the approach with ACPI DMAR on x86, split IOMMU handling into 2013-11-12 16:15:09 +00:00
vdevice.c Add two new interfaces to ofw_bus: 2013-10-23 17:24:21 +00:00
xics.c