6e7b624a85
pcib_set_bus() cannot be used on the new child because it is meant to be used on the *pci* device (it looks at the parent internally) not the pcib being added. Bite the bullet and use ivars for the bus number to avoid any doubts about whether the softc is consistant between probe and attach. This should not break the Alpha code. |
||
---|---|---|
.. | ||
pci_bus.c | ||
pci_cfgreg.c |