Rajan> I have written PCI driver which works fine along with MPC8347 and two PCI Rajan> card connected in a single PCI bus. When I try to communicate same PCI card Rajan> using PCI bridge ( PCI2050B ), Linux does detect PCI card on Secondary bus Rajan> but same driver doesn't work !!!!
PCI interrupt for secondary bus set up properly? Rajan> Do I need to enable support for second PCI host controller at kernel level to Rajan>make it work? Or I need to do something else ? I tried compiling PPC-linux kernel Rajan> after enabling CONFIG_85xx_PCI2 kernel doesn't compile it gives me error while Rajan>compiling "arch/ppc/syslib/ppc83xx_setup.c" Kernel version I'm using is 2.6.13. Why you enable CONFIG_85xx_PCI2 in kernel? It is for 85xx, but you are using 8347 processor. <snip> Dave