On Mon, Jul 06, 2009 at 09:25:27AM -0600, Myles Watson wrote:
PNP: 002e.6 resource base 0 size 8 align 3 gran 3 limit 7ff flags 100 index 60 PNP: 002e.6 resource base 0 size 1 align 0 gran 0 limit 0 flags 400 index 70
The problem here is that these two resources are not fixed. Since the limit is set to 7ff on 2e.6 @ 60, the resource allocator tries to fit everything into 0-7ff. If you make this resource fixed, or remove them, the problem will disappear.
It looks like 2e.6 is Consumer IR, which is a TODO in the Config.lb. Could you try changing it to:
device pnp 2e.6 off end
Yep, this fixes it indeed, thanks. Fix committed in r4423.
I attached a diff before/after the fix for reference.
Uwe.