From owner-freebsd-current@FreeBSD.ORG Fri May 14 02:41:19 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 ACC6E16A4CE; Fri, 14 May 2004 02:41:19 -0700 (PDT) Received: from mail.voljatel.si (mail.voljatel.si [217.72.64.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9519843D1F; Fri, 14 May 2004 02:41:18 -0700 (PDT) (envelope-from android.66@volja.net) Received: from localhost (localhost [127.0.0.1]) by mail.voljatel.si (Postfix) with ESMTP id BEC6C53C4F; Fri, 14 May 2004 11:41:16 +0200 (CEST) Received: from mail.voljatel.si ([127.0.0.1]) by localhost (mail.voljatel.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 52000-05; Fri, 14 May 2004 11:41:15 +0200 (CEST) Received: from volja.net (cable13-82.ljk.voljatel.net [217.72.82.13]) by mail.voljatel.si (Postfix) with ESMTP id 751F95308D; Fri, 14 May 2004 11:41:15 +0200 (CEST) Message-ID: <40A49439.9080409@volja.net> Date: Fri, 14 May 2004 11:41:13 +0200 From: Android66 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <40A3C047.80804@volja.net> <200405131550.28566.jhb@FreeBSD.org> In-Reply-To: <200405131550.28566.jhb@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mail.voljatel.si cc: freebsd-current@FreeBSD.org Subject: Re: BTX halted 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: Fri, 14 May 2004 09:41:19 -0000 Hi! Thanks! Disabling DMA works. Also, I tried booting from a 4.9 CD and floppies (4.9 and 5.2.1-RELEASE) and I got the same error. I have disabled everything ACPI related but to no avail. BTW, if it's not a bother, what does the code below actually do? I don't speak asm so I can't tell what are the bad things that my BIOS does :) Regards, Android66 John Baldwin wrote: > 00000000 0F20DD mov ebp,cr3 > 00000003 81E500F0 and bp,0xf000 > 00000007 0F20C2 mov edx,cr0 > 0000000A 0F01E0 smsw ax > 0000000D A801 test al,0x1 > > Your BIOS is doing bad things. Actually, there is a known workaround for this > specific problem for Compaq BIOS's: try changing the ATA devices to use > simple DMA or PIO rather than Ultra DMA. I have patches to fix this but they > make the bootstrap to big. :(