Identify CPC9x5 PCI Express, AGP, and HT host bridges using
device_type and compatible properties, which is a more flexible method
than using the name property (which can differ between firmwares and
models).
Signed-off-by: Nathan Lynch <redacted>
---
arch/powerpc/platforms/maple/pci.c | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
From: Benjamin Herrenschmidt <benh@kernel.crashing.org> Date: 2007-01-03 20:50:57
On Wed, 2007-01-03 at 12:56 -0600, Nathan Lynch wrote:
Identify CPC9x5 PCI Express, AGP, and HT host bridges using
device_type and compatible properties, which is a more flexible method
than using the name property (which can differ between firmwares and
models).
Signed-off-by: Nathan Lynch <redacted>
Identify CPC9x5 PCI Express, AGP, and HT host bridges using
device_type and compatible properties, which is a more flexible method
than using the name property (which can differ between firmwares and
models).
Signed-off-by: Nathan Lynch <redacted>
Do that work on js20/js21 with SLOF ?
It should, you might want to check recent versions though.
Segher
On Wed, 2007-01-03 at 12:56 -0600, Nathan Lynch wrote:
quoted
Identify CPC9x5 PCI Express, AGP, and HT host bridges using
device_type and compatible properties, which is a more flexible method
than using the name property (which can differ between firmwares and
models).
Signed-off-by: Nathan Lynch <redacted>
Do that work on js20/js21 with SLOF ?
Not sure, I'll see whether I can test one of those.
From: Adrian Reber <hidden> Date: 2007-01-14 01:13:46
On Wed, Jan 03, 2007 at 03:11:17PM -0600, Nathan Lynch wrote:
Benjamin Herrenschmidt wrote:
quoted
On Wed, 2007-01-03@12:56 -0600, Nathan Lynch wrote:
quoted
Identify CPC9x5 PCI Express, AGP, and HT host bridges using
device_type and compatible properties, which is a more flexible method
than using the name property (which can differ between firmwares and
models).
Signed-off-by: Nathan Lynch <redacted>
Do that work on js20/js21 with SLOF ?
Not sure, I'll see whether I can test one of those.
I have tested it on js20/js21 with SLOF and it works.
Adrian