From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cambridgebroadband.com (mailhost.cambridgebroadband.com [217.204.121.83]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id B79FE684DB for ; Sat, 8 Oct 2005 01:37:39 +1000 (EST) Received: from zambia.cambridgebroadband.com (cbluk-gw0.cambridgebroadband.com [217.204.121.82]) by cambridgebroadband.com (8.12.8/8.12.8) with SMTP id j97FbZ9a004384 for ; Fri, 7 Oct 2005 16:37:35 +0100 Date: Fri, 7 Oct 2005 16:37:35 +0100 From: Alex Zeffertt To: linuxppc-embedded@ozlabs.org Message-Id: <20051007163735.31f48aeb.ajz@cambridgebroadband.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: Oops accessing BCSR on 8272ADS List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi list, I've just downloaded linux-2.4.31 from kernel.org and compiled it for the mpc8272ads board. When I boot the kernel it oopses in fcc_enet.c:init_fcc_startup() at the point where it tries to write to the BCSR. Does anybody know why writing to the BCSR should cause a machine check? TIA, Alex