Jesse Keating 2f82dda
--- linux/arch/powerpc/platforms/powermac/pci.c~	2008-03-22 19:08:07.000000000 +0000
Jesse Keating 2f82dda
+++ linux/arch/powerpc/platforms/powermac/pci.c	2008-03-23 09:10:46.000000000 +0000
Jesse Keating 2f82dda
@@ -1271,6 +1271,12 @@ void pmac_pci_fixup_pciata(struct pci_de
Jesse Keating 2f82dda
 	}
Jesse Keating 2f82dda
 }
Jesse Keating 2f82dda
 DECLARE_PCI_FIXUP_EARLY(PCI_ANY_ID, PCI_ANY_ID, pmac_pci_fixup_pciata);
Jesse Keating 2f82dda
+#else /* CONFIG_PPC64 */
Jesse Keating 2f82dda
+static void __devinit imac_transparent_bridge(struct pci_dev *dev)
Jesse Keating 2f82dda
+{
Jesse Keating 2f82dda
+	dev->transparent = 1;
Jesse Keating 2f82dda
+}
Jesse Keating 2f82dda
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_APPLE, 0x005b, imac_transparent_bridge);
Jesse Keating 2f82dda
 #endif /* CONFIG_PPC32 */
Jesse Keating 2f82dda
 
Jesse Keating 2f82dda
 /*