--- sys/arch/prep//pci/pcib.c	2006-06-22 05:08:11.000000000 +0900
+++ sys/arch/ofppc//pci/pcib.c	2006-08-14 21:47:35.000000000 +0900
@@ -61,10 +61,10 @@
 
 struct pcib_softc {
 	struct device sc_dev;
-	struct prep_isa_chipset *sc_chipset;
+	struct ofppc_isa_chipset *sc_chipset;
 };
 
-extern struct prep_isa_chipset prep_isa_chipset;
+extern struct ofppc_isa_chipset ofppc_isa_chipset;
 
 CFATTACH_DECL(pcib, sizeof(struct pcib_softc),
     pcibmatch, pcibattach, NULL, NULL);
@@ -152,10 +152,10 @@
 	 * Attach the ISA bus behind this bridge.
 	 */
 	memset(&iba, 0, sizeof(iba));
-	sc->sc_chipset = &prep_isa_chipset;
+	sc->sc_chipset = &ofppc_isa_chipset;
 	iba.iba_ic = sc->sc_chipset;
-	iba.iba_iot = &prep_isa_io_space_tag;
-	iba.iba_memt = &prep_isa_mem_space_tag;
+	iba.iba_iot = &ofppc_isa_io_space_tag;
+	iba.iba_memt = &ofppc_isa_mem_space_tag;
 #if NISADMA > 0
 	iba.iba_dmat = &isa_bus_dma_tag;
 #endif
