patch-2.2.16 linux/arch/alpha/kernel/sys_dp264.c

Next file: linux/arch/alpha/kernel/sys_mikasa.c
Previous file: linux/arch/alpha/kernel/smp.c
Back to the patch index
Back to the overall index

diff -urN v2.2.15/linux/arch/alpha/kernel/sys_dp264.c linux/arch/alpha/kernel/sys_dp264.c
@@ -393,7 +393,12 @@
 	layout_all_busses(DEFAULT_IO_BASE, DEFAULT_MEM_BASE);
 	common_pci_fixup(monet_map_irq, monet_swizzle);
 	SMC669_Init(1);
-	es1888_init();
+
+	/* HACK: early Monets had a member ID of 0 and the ES1888
+	   located in a non-standard spot, so do this only for
+	   official Monets */
+	if (HWRPB_MEMBER_ID(hwrpb->sys_variation) != 0)
+		es1888_init();
 }
 
 static void __init

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