Hello. Ralf Baechle wrote:
From: Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx> Date: Thu, 6 Dec 2007 20:56:06 +0300 To: ralf@xxxxxxxxxxxxxx Cc: linux-mips@xxxxxxxxxxxxxx Subject: [PATCH] Alchemy: fix PCI resource conflict Content-Type: text/plain; charset="us-ascii"
... by getting the PCI resources back into the 32-bit range -- there's no need therefore for CONFIG_RESOURCES_64BIT either. This makes Alchemy PCI work again while currently the kernel skips the bus scan.
So now you're using the numeric overflow to get things to "work"?
Kinda. :-) Note that it was used in non-PCI case anyway.
Ralf
WBR, Sergei