patch-2.4.26 linux-2.4.26/arch/ppc/platforms/ebony.c

Next file: linux-2.4.26/arch/ppc/platforms/ep405.c
Previous file: linux-2.4.26/arch/ppc/platforms/Makefile
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/arch/ppc/platforms/ebony.c linux-2.4.26/arch/ppc/platforms/ebony.c
@@ -234,7 +234,7 @@
 	/* Setup 2GB PCI->PLB inbound memory window at 0, enable MSIs */
 	PCIX_WRITEL(0x00000000, PCIX0_PIM0LAH);
 	PCIX_WRITEL(0x00000000, PCIX0_PIM0LAL);
-	PCIX_WRITEL(0xe0000007, PCIX0_PIM0SA);
+	PCIX_WRITEL(0x80000007, PCIX0_PIM0SA);
 
 	eieio();
 }
@@ -335,7 +335,7 @@
 ebony_setup_arch(void)
 {
 	unsigned char * vpd_base;
-	struct ibm440gp_clocks clocks;
+	struct ibm44x_clocks clocks;
 	bd_t *bip = (bd_t *) __res;
 
 #if !defined(CONFIG_BDI_SWITCH)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)