Re: [PATCH] powerpc/4xx: Add support for type 1 pci transactions on 4xx boards
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2010-01-19 22:58:21
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2010-01-19 22:58:21
On Wed, 2010-01-20 at 00:52 +0200, Felix Radensky wrote:
405XX - no 440EP - no 440GR - no 440EPx/440GRx - no 440GP - yes 440GX - yes 440SP - yes 440SPe - yes 460XX - yes The distinction between these groups is pretty clear in the device trees. The members of the first group all have "ibm,plb-pci" property, and all members of second group have "ibm,plb-pcix" property. So only ppc4xx_probe_pcix_bridge() routine should be fixed.
Ah cool, I hadn't noticed that it matched the cell type. Cheers, Ben.