On Fri, 2007-06-01 at 18:26, Benjamin Herrenschmidt wrote: > NAK. The mem case needs a similar fix. I think we should instead do > > - if (!res->flags) > - continue; > + if (!res->flags || bus->self->transparent) > + continue; Right. Fixed as indicated. Thanks, jdl