On Fri, Nov 14, 2008 at 1:15 PM, Myles Watson <[EMAIL PROTECTED]> wrote: > unsigned int have_resources : 1; /* Set if we have read the devices' > resources. */ > > Can we think of a new name that makes it clear that this tells if the > resources have been read, not if there are resources?
Please, get a better name, that one is confusing :-) discovered_resources? scanned_resources? (confusing with scan) I don't know. ron -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

