Use "bus-range" property to initialize the bus number configuration of
authorkettenis <kettenis@openbsd.org>
Wed, 5 Jan 2022 18:54:20 +0000 (18:54 +0000)
committerkettenis <kettenis@openbsd.org>
Wed, 5 Jan 2022 18:54:20 +0000 (18:54 +0000)
commit3852484dc6239d82cdff0f74fa7212d36df680d7
tree3b633d5f716b542a2b1cc2abe09d48a84f34d1dd
parent7278d118412cedc806ca368a8f6eef2b7c91f941
Use "bus-range" property to initialize the bus number configuration of
the bridge when present on FDT platforms.  Needed on platforms like the
Apple M1 to make sure the PCI bus numbers match the IOMMU setup required
by the device tree.

ok patrick@
sys/dev/pci/ppb.c