From owner-freebsd-bugs@FreeBSD.ORG Wed May 21 16:18:57 2008 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63500106564A for ; Wed, 21 May 2008 16:18:57 +0000 (UTC) (envelope-from bobf@mrp3.com) Received: from fall-pradero.atl.sa.earthlink.net (fall-pradero.atl.sa.earthlink.net [207.69.195.104]) by mx1.freebsd.org (Postfix) with ESMTP id 341928FC0A for ; Wed, 21 May 2008 16:18:57 +0000 (UTC) (envelope-from bobf@mrp3.com) Received: from pop05.mail.atl.earthlink.net ([207.69.200.58]) by fall-pradero.atl.sa.earthlink.net with esmtp (Exim 4.34) id 1Jyr1k-0004Ad-PO for freebsd-bugs@freebsd.org; Wed, 21 May 2008 12:18:56 -0400 Received: from user-112v223.biz.mindspring.com ([66.47.136.67] helo=[192.168.122.63]) by pop05.mail.atl.earthlink.net with esmtp (Exim 3.36 #1) id 1Jyr1h-0004tJ-00; Wed, 21 May 2008 12:18:53 -0400 Message-ID: <483459F5.1040004@mrp3.com> Date: Wed, 21 May 2008 10:20:53 -0700 From: Bob Frazier User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: gavin@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bugs@freebsd.org Subject: Re: kern/123140: SMP boot causes slow KB, ATA drives not detected X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2008 16:18:57 -0000 I've added some additional information to the bug report regarding ACPI tables and boot without ACPI. If you happen to know where I can get some technical documentation on the NVidia chipset and perhaps even the board wiring (to see if the ACPI tables are just plain wrong) please let me know. For now everything points to an improperly set up APIC, which either doesn't respond to the interrupts from the hardware, or responds incorrectly. I'm concerned about the timer because I read some comments on-line regarding the NVidia APIC and the use of interrupt 2 for the timer (and incorrect ACPI tables in THAT particular case, early 2007 as I recall). If this is the case with my board (bad table) I can attempt to work around it using the acpidump utility and the appropriate env vars to load a 'fixed' ACPI table. I hope this information is helpful in resolving this particular problem. I'm having some difficulting using kgdb at the moment since it doesn't seem to like my uplcom-based USB/Serial adaptor (it tends to crash/hang the machine running kgdb as a client and gets 'out of sync' with the serial data stream). When I can get this working I'll try to localize the problem.