Re: Add PCIe requester ID API

2018-07-28 Thread Mike Larkin
On Sat, Jul 28, 2018 at 01:46:07PM +0200, Mark Kettenis wrote: > For some arm64-related interrupt controller work I need to be able to > compose a PCIe requester ID. Since this is a generic PCIe concept > that might be useful on other architectures (for example for IOMMU > support), I propose to a

Add PCIe requester ID API

2018-07-28 Thread Mark Kettenis
For some arm64-related interrupt controller work I need to be able to compose a PCIe requester ID. Since this is a generic PCIe concept that might be useful on other architectures (for example for IOMMU support), I propose to add a function to the MI PCI code. ok? Index: dev/pci/pci.c =