Re: 64bit PCI IORESOURCE_MEM bugs

2005-07-07 Thread Thomas Crowley
Thanks for the info. The reserve param I refer to is the "reserve" param from kernel-parameters.txt "reserve= [KNL,BUGS] Force the kernel to ignore some iomem area" On my number 2. I have been testing just giving 4 Gigs to the OS which ends up getting cut into by the iomem addressing and the

Re: 64bit PCI IORESOURCE_MEM bugs

2005-07-07 Thread Andi Kleen
"Thomas Crowley" <[EMAIL PROTECTED]> writes: > > 1) in arch/x86_64/kernel/e820.cthe e820_reserve_resources function > the line if (e820.map[i].addr + e820.map[i].size > 0x1ULL) > makes it so any region that > starts below the 4Gig mark but ends above 4Gig mark is ignored. That is