X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=drivers%2Fparisc%2Fdino.c;h=1133b5cc88ca333b240d8d5ce08535273f2e6d93;hb=03d7d12415e3a4791994e566f1245838bc505c6b;hp=a0580afe1713a5f58db5e96da635028856200a08;hpb=0e976064256523ca604bd82048ae0e3402ce2467;p=linux-2.6-block.git diff --git a/drivers/parisc/dino.c b/drivers/parisc/dino.c index a0580afe1713..1133b5cc88ca 100644 --- a/drivers/parisc/dino.c +++ b/drivers/parisc/dino.c @@ -599,8 +599,10 @@ dino_fixup_bus(struct pci_bus *bus) ** P2PB's only have 2 BARs, no IRQs. ** I'd like to just ignore them for now. */ - if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) + if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { + pcibios_init_bridge(dev); continue; + } /* null out the ROM resource if there is one (we don't * care about an expansion rom on parisc, since it