From: Kumar Gala Date: Wed, 25 Jul 2007 05:44:11 +0000 (-0500) Subject: [POWERPC] Don't try to allocate resources for a Freescale POWERPC PHB X-Git-Tag: v2.6.23-rc2~190^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2052d6d25decc04dc05beb99348b3d78f6e3490d;p=pandora-kernel.git [POWERPC] Don't try to allocate resources for a Freescale POWERPC PHB The Freescale PCI PHBs actual report back values in the BAR registers this causes issues in that we try to allocate resources for them and will get error messages like the following on MPC8544 DS: PCI: Failed to allocate mem resource #1:80000000@0 for 0000:00:00.0 To address this if we are class PCI_CLASS_PROCESSOR_POWERPC, a normal header type, and the PHB we clear out all the resources. Signed-off-by: Kumar Gala --- Reading git-diff-tree failed