freebsd-dev/sys/amd64/pci
peter 6e7b624a85 Take a shot at fixing multiple pci busses on i386.
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.
2000-08-31 23:11:35 +00:00
..
pci_bus.c Take a shot at fixing multiple pci busses on i386. 2000-08-31 23:11:35 +00:00
pci_cfgreg.c Take a shot at fixing multiple pci busses on i386. 2000-08-31 23:11:35 +00:00