Searched hist:65304 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/amd64/pci/
H A Dpci_cfgreg.cdiff 65304 Thu Aug 31 21:11:35 MDT 2000 peter 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.
/freebsd-11-stable/sys/i386/pci/
H A Dpci_pir.cdiff 65304 Thu Aug 31 21:11:35 MDT 2000 peter 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.

Completed in 101 milliseconds