From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3AEDEB7C98 for ; Wed, 20 Jan 2010 09:58:21 +1100 (EST) Subject: Re: [PATCH] powerpc/4xx: Add support for type 1 pci transactions on 4xx boards From: Benjamin Herrenschmidt To: Felix Radensky In-Reply-To: <4B5637A6.5070600@embedded-sol.com> References: <4CD35CD1F8085945B597F80EEC89421303B8AD11@exc01.bk.prodrive.nl> <1263338326.724.216.camel@pasglop> <1263444961.724.343.camel@pasglop> <4B5637A6.5070600@embedded-sol.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 20 Jan 2010 09:57:53 +1100 Message-ID: <1263941873.724.524.camel@pasglop> Mime-Version: 1.0 Cc: Stef van Os , Stefan Roese , Feng Kan , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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.