From owner-freebsd-stable@FreeBSD.ORG Mon Jul 12 13:57:59 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0001106564A; Mon, 12 Jul 2010 13:57:59 +0000 (UTC) (envelope-from markus.gebert@hostpoint.ch) Received: from mail.adm.hostpoint.ch (mail.adm.hostpoint.ch [217.26.48.124]) by mx1.freebsd.org (Postfix) with ESMTP id 8254E8FC12; Mon, 12 Jul 2010 13:57:59 +0000 (UTC) Received: from [77.109.131.203] (port=60716 helo=ch4buk-en0.office.hostpoint.internal) by mail.adm.hostpoint.ch with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1OYJWA-000DBb-TI; Mon, 12 Jul 2010 15:57:58 +0200 Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii From: Markus Gebert In-Reply-To: <201007120848.48162.jhb@freebsd.org> Date: Mon, 12 Jul 2010 15:57:58 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <44C2C747-5AD8-4B29-B83F-35FCFD3F5858@hostpoint.ch> References: <6B57591F-9FA2-45EB-825F-1DB025C0635D@hostpoint.ch> <591666AA-E6CA-4478-9E96-3A2D558BD6B4@hostpoint.ch> <201007120848.48162.jhb@freebsd.org> To: John Baldwin X-Mailer: Apple Mail (2.1078) Cc: freebsd-stable Subject: Re: 8.1-RC2 - PCI fatal error or MCE triggered by USB/ehci on Sun X4100M2? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jul 2010 13:57:59 -0000 On 12.07.2010, at 14:48, John Baldwin wrote: > Hmm with mca disabled in the loader you should not be getting any = MCE's at all=20 > as we don't enable the MCE interrupt in the CPU in that case. Are you=20= > disabling it in the BIOS rather than loader.conf? I disabled it in loader.conf, just tested again, you're right, it just = reboots in that case. > 7.3 has MCA support, but disabled by default. IIRC we also tested 7.3 without being able to reproduce, but I'm not = sure (didn't do all the tests myself). But I guess we can rule out MCA at this point, since we just get a = forced reboot instead of a panic, right? Markus