<br><br><div class="gmail_quote">On Wed, Oct 29, 2008 at 12:29 PM,  <span dir="ltr"><<a href="mailto:svn@coreboot.org">svn@coreboot.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Author: rminnich<br>
Date: 2008-10-29 19:29:19 +0100 (Wed, 29 Oct 2008)<br>
New Revision: 963<br>
<br>
Modified:<br>
   coreboot-v3/device/device.c<br>
   coreboot-v3/device/root_device.c<br>
Log:<br>
Make it so that read_resources only reads resources.<br>
</blockquote><div><br>It's unclear to me where the following comment was supposed to end.  Was it just supposed to comment out the assignment of io and mem?  It gives me a compiler warning because it encompasses the next comment.<br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
+<br>
+       /* Now we need to adjust the resources. The issue is that mem grows downward.<br>
        io = &root->resource[0];<br>
        mem = &root->resource[1];<br>
<br>
@@ -934,6 +966,13 @@</blockquote><div><br>Thanks,<br>Myles </div></div><br>