From owner-freebsd-current@FreeBSD.ORG Thu Mar 11 04:53:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C72CB16A4CE for ; Thu, 11 Mar 2004 04:53:12 -0800 (PST) Received: from agminet03.oracle.com (agminet03.oracle.com [141.146.126.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A11843D45 for ; Thu, 11 Mar 2004 04:53:12 -0800 (PST) (envelope-from niraj17@iitbombay.org) Received: from rgmgw6.us.oracle.com (rgmgw6.us.oracle.com [138.1.191.15]) i2BCqrAP006104; Thu, 11 Mar 2004 04:53:00 -0800 Received: from rgmgw6.us.oracle.com (localhost [127.0.0.1]) i2BCq7208734; Thu, 11 Mar 2004 05:52:17 -0700 (MST) Received: from iitbombay.org (dhcp-amer-vpn-gw2-east-141-144-65-131.vpn.oracle.com [141.144.65.131]) i2BCpo208404; Thu, 11 Mar 2004 05:52:00 -0700 (MST) Message-ID: <405060B5.4010800@iitbombay.org> Date: Thu, 11 Mar 2004 18:21:01 +0530 From: Niraj Kumar User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030630 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <20040310205236.P62145@root.org> <404FF8E3.2040405@iitbombay.org> <20040310215648.K62367@root.org> In-Reply-To: <20040310215648.K62367@root.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: 5.2.1 : general protection fault without ACPI X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 11 Mar 2004 12:53:12 -0000 Nate Lawson wrote: >>Nate Lawson wrote: >> >> >> >>>You might want to try booting with device apic disabled. Also, can you >>>send me a link to your ASL? >>> >>> acpidump -t -d > niraj.asl >>> >>>The ACPI debugging section of the handbook suggests this: >>>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html >>> >>> I have put up the output of acpidump -t -d at http://niraj.4t.com/freebsd The filename is niraj.asl.txt . I got a warning/error while running this command: # acpidump -t -d > niraj.asl acpidump: RSDT entry 2 is corrupt I have also kept the output from sysctl hw.acpi there. Niraj