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
- Lines: 14
- Date:
Wed Jun 7 14:26:42 2000
- Orig file:
v2.2.15/linux/arch/alpha/kernel/sys_dp264.c
- Orig date:
Tue Jan 4 10:12:11 2000
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)