K 10 svn:author V 6 marcel K 8 svn:date V 27 2010-04-17T04:07:38.990910Z K 7 svn:log V 663 We need to iterate all busses in each domain. As it seems, bus number 1 in domain 1 has the devices we're looking for. For the busses that are present, the SAL call returns an non-NULL value for the addr parameter so use that as well as the status code to determine whether to create a child. Save the domain, bus number and PROM address in the softc after assigning the driver to the new device. This yields: ... pcib0: on motherboard pci0: on pcib0 pci0: domain=1, physical bus=1 ... pcib1: on motherboard pci1: on pcib1 pci1: domain=2, physical bus=1 ... END