From owner-freebsd-i386@FreeBSD.ORG Mon Jun 13 14:00:27 2011 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A4E8106567D for ; Mon, 13 Jun 2011 14:00:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 41A4D8FC0C for ; Mon, 13 Jun 2011 14:00:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5DE0RdL057265 for ; Mon, 13 Jun 2011 14:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5DE0R7Q057264; Mon, 13 Jun 2011 14:00:27 GMT (envelope-from gnats) Date: Mon, 13 Jun 2011 14:00:27 GMT Message-Id: <201106131400.p5DE0R7Q057264@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Guido Falsi Cc: Subject: Re: i386/151122: [boot] BTX 1.02 crashes on boot X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Guido Falsi List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2011 14:00:27 -0000 The following reply was made to PR i386/151122; it has been noted by GNATS. From: Guido Falsi To: bug-followup@FreeBSD.org Cc: Subject: Re: i386/151122: [boot] BTX 1.02 crashes on boot Date: Mon, 13 Jun 2011 15:57:25 +0200 I started putting while(1) cycles through loader/main.c and found out the lockup happens in bios_getmem(). One of the BIOS routines called from in there is causing problems. -- Guido Falsi