[PATCH] powerpc: Fix irq routing on some PowerMac 32 bits

Zang Roy-r61911 tie-fei.zang at freescale.com
Thu Jan 11 16:25:04 EST 2007


On Wed, 2007-01-10 at 20:13, Benjamin Herrenschmidt wrote:

> While I agree that we should definitely test for NULL and properly
> fail
> instead of crashing, there is still the question of why do you fail at
> this point. Do you have PCI devices that don't have corresponding
> device
> nodes ? 
Flat device tree does not allocate node for each PCI device on a bus.
> That is not a problem per-se, I'm just wondering if you have a
> device that is supposed to have a node but it's not matching due to a
> problem with the "reg" property...
The problem was induced by PCI bridge just as Haiying explained. Until
now, we do not describe PCI bridge in device tree. Only PCI host has the
"reg" property. We can not identify the PCI device on bus 0 or bus 1 by
node in device tree. The difference between device tree and OF might
introduce potential bugs for PCI bus. We should consider the difference.
> 
> In any case, a patch is definitely needed to properly check for NULL
> and
> should get into 2.6.20, so if you want to do it, it will be much
> welcome !
I will provide it later.
Roy




More information about the Linuxppc-dev mailing list