freebsd-dev/sys/sparc64/ebus
Thomas Moestl e6597c747f Fix the EBus driver to work with the new PCI code. Unlike other PCI
bridges, the EBus bridge has resource ranges it claims exclusively to
map its children into in its BARs. Hence, we need to allocate these
completely and manage them for the children, instead of just passing
allocations through to the PCI layer as we did before.

While being there, split ebus_probe(), which did also contain code
normally belonging into the attach method, into ebus_probe() and
ebus_attach(), and perform some minor cleanups.
2004-04-28 13:06:46 +00:00
..
ebus.c Fix the EBus driver to work with the new PCI code. Unlike other PCI 2004-04-28 13:06:46 +00:00
ebusvar.h