Suggest you to add two options 1. premem 64 bit support? PCI_MEM_PREF_64BIT_SUPPORT 2. pci mmio optimizing? PCI_MEM_BASE_OPTIMIZATION
Regards YH -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 4:37 PM To: YhLu Cc: Li-Ta Lo; '[EMAIL PROTECTED]'; 'Ronald G. Minnich'; 'LinuxBIOS' Subject: Re: FYI: Merge in progress... YhLu <[EMAIL PROTECTED]> writes: > Find out the problem, should be typo error. > > /* Now place the memory as high up as it will go */ > mem2->base = resource_max(mem2); > mem1->limit = mem2->base - 1; > mem1->base = resource_max(mem2); > ------> > /* Now place the memory as high up as it will go */ > mem2->base = resource_max(mem2); > mem1->limit = mem2->base - 1; > mem1->base = resource_max(mem1); > > regards Thanks. That was a definite blind spot, on my side. I have now committed the fix. Eric _______________________________________________ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

