On Thu, Mar 11, 2010 at 10:37 PM, Masao Uebayashi <uebayasi@gmail.com> wrote:
OK, this is something like, config exploring buses with the whole tree
image as a recipe. IIUC this is exactly what ACPI needs. You build a
whole tree from ACPI table, then enter configure(), build cfdata
on-the-fly and give it to *_attach(). Bus drivers may have to be
changed to pass its subtree to config_found()...
For permissions, they're probably going to be per-mount (== per-view).
We should concentrate on physical topology / connection during
configure().
Masao