Scott Duplichan wrote:
With the unpatched code, the PCI resource allocation code finds bar 3 writable and assigns it a base address. In my case it assigned C0000000. This C000000 range is unusable because it is not the range set aside for mmconf. I have mmconf at F8000000.
Do we need a parameter for the resource allocator to know if a resource should go within or outside mmconf?
//Peter