actually you are using
if (resource->flags & IORESOURCE_FIXED) { continue; }
in the main loop
YH
On 7/5/05, Eric W. Biederman ebiederman@lnxi.com wrote:
yhlu yinghailu@gmail.com writes:
solution will be add if (resource->flags & IORESOURCE_FIXED) return in pick_largest_resource.
This solution seems suspicious. I would expect this to have triggered before if a proper fix was as simple as that.
Eric