From owner-freebsd-acpi@FreeBSD.ORG Sun Dec 23 18:20:03 2007 Return-Path: Delivered-To: freebsd-acpi@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72D2316A419 for ; Sun, 23 Dec 2007 18:20:03 +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 7476613C4DB for ; Sun, 23 Dec 2007 18:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lBNIK2Qp006811 for ; Sun, 23 Dec 2007 18:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBNIK2qq006810; Sun, 23 Dec 2007 18:20:02 GMT (envelope-from gnats) Date: Sun, 23 Dec 2007 18:20:02 GMT Message-Id: <200712231820.lBNIK2qq006810@freefall.freebsd.org> To: freebsd-acpi@FreeBSD.org From: Rui Paulo Cc: Subject: Re: i386/118973: Kernel panic with acpi boot X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rui Paulo List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2007 18:20:03 -0000 The following reply was made to PR bin/118973; it has been noted by GNATS. From: Rui Paulo To: Gabor Molnar Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: i386/118973: Kernel panic with acpi boot Date: Sun, 23 Dec 2007 18:02:45 +0000 At Sun, 23 Dec 2007 17:13:12 GMT, Gabor Molnar wrote: > > > >Number: 118973 > >Category: i386 > >Synopsis: Kernel panic with acpi boot > >Confidential: no > >Severity: critical > >Priority: low > >Responsible: freebsd-i386 > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sun Dec 23 17:20:01 UTC 2007 > >Closed-Date: > >Last-Modified: > >Originator: Gabor Molnar > >Release: 7.0-BETA4 > >Organization: > >Environment: > >Description: > Kernel panic if I booting the GENERIC kernel with ACPI. > > Here is a picture: > http://195.228.66.5/pic/panic.jpg (Sorry, not good quality, create > with mobile phone) This seems to be a problem with the acpi_hpet driver. Could you please try booting with "hint.acpi_hpet.0.disabled=1" ? This way, you should be able to boot with ACPI enabled. Escape to the boot loader prompt and type: setenv hint.acpi_hpet.0.disabled=1 I believe your hardware must have some problem that's causing a divide-by-zero trap. If possible, could you please provide us a backtrace from where the panic has originated? See http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html -- Rui Paulo