From owner-freebsd-current@FreeBSD.ORG Sun Sep 26 03:28:04 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 F176F16A4CE for ; Sun, 26 Sep 2004 03:28:04 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE2A943D1F for ; Sun, 26 Sep 2004 03:28:04 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (adsl-64-171-187-209.dsl.snfc21.pacbell.net [64.171.187.209]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i8Q3S3Dl009632 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 25 Sep 2004 20:28:04 -0700 Message-ID: <41563742.6090307@root.org> Date: Sat, 25 Sep 2004 20:28:02 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Boyd References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: 5.3-BETA5-i386-disc1 bootstrap failures 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: Sun, 26 Sep 2004 03:28:05 -0000 David Boyd wrote: > This may just be noise, but I'll send it anywho. > > The ACPI/APIC/SMP problem described in several missives on this list was > introduced (imho) between noon on September 17th and noon on September 18th. > > I have built from CVS (cvsup) the following kernels: > > 2004.09.17.12.00.00 > 2004.09.18.00.00.00 > 2004.09.18.06.00.00 > 2004.09.18.12.00.00 Thanks for the datapoint. I assume you are tracking RELENG_5? I could only find one ACPI commit to RELENG_5 around this time. Please recompile with the following files: acpi_thermal.c rev 1.48 acpi_powerres.c rev 1.26 You can download them here: http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/dev/acpica/acpi_thermal.c?rev=1.48&content-type=text/plain http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/dev/acpica/acpi_powerres.c?rev=1.26&content-type=text/plain Merely copy these into /sys/dev/acpica, recompile the acpi module (or whole kernel) and reboot. -- Nate