From owner-freebsd-current@FreeBSD.ORG Tue Oct 11 20:14:21 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0939106564A for ; Tue, 11 Oct 2011 20:14:21 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id C9B188FC13 for ; Tue, 11 Oct 2011 20:14:21 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 6790E46B17; Tue, 11 Oct 2011 16:14:21 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id F33A68A02E; Tue, 11 Oct 2011 16:14:20 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Date: Tue, 11 Oct 2011 16:09:43 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: <4E9017E8.4070900@restart.be> In-Reply-To: <4E9017E8.4070900@restart.be> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201110111609.44187.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Tue, 11 Oct 2011 16:14:21 -0400 (EDT) Cc: Henri Hennebert Subject: Re: 9.0-BETA3 (r225759) without ACPI raise a page fault X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2011 20:14:22 -0000 On Saturday, October 08, 2011 5:29:12 am Henri Hennebert wrote: > Hello, > > On my configuration, If I boot 9.0-BETA3 (r225759) without ACPI, the > kernel encounter a page fault before the end of the boot. > > A photo of the screen can be found at: > > http://verbier.restart.be/xfer/dsc00042.jpg This is likely an old bug (since 5.0) where the PnP BIOS of some machines does causes a GP# during boot. You will just have to use ACPI (it is more accurate for modern systems anyway). -- John Baldwin