From owner-freebsd-acpi@FreeBSD.ORG Wed Jan 28 17:21:34 2009 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89199106567B; Wed, 28 Jan 2009 17:21:34 +0000 (UTC) (envelope-from dan@obluda.cz) Received: from smtp1.kolej.mff.cuni.cz (smtp1.kolej.mff.cuni.cz [IPv6:2001:718:1e03:a01::a]) by mx1.freebsd.org (Postfix) with ESMTP id 1C58C8FC25; Wed, 28 Jan 2009 17:21:33 +0000 (UTC) (envelope-from dan@obluda.cz) X-Envelope-From: dan@obluda.cz Received: from kgw.obluda.cz (openvpn.ms.mff.cuni.cz [195.113.20.87]) by smtp1.kolej.mff.cuni.cz (8.14.2/8.14.2) with ESMTP id n0SHLSph024693; Wed, 28 Jan 2009 18:21:32 +0100 (CET) (envelope-from dan@obluda.cz) Message-ID: <49809418.1000802@obluda.cz> Date: Wed, 28 Jan 2009 18:21:28 +0100 From: Dan Lukes User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.19) Gecko/20090126 SeaMonkey/1.1.14 MIME-Version: 1.0 To: Tom Everett References: <497F4857.1060005@khubla.com> <200901280911.30748.jhb@freebsd.org> <49808D1D.8030709@khubla.com> In-Reply-To: <49808D1D.8030709@khubla.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org Subject: Re: SMP Problem on IBM x330 Server X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2009 17:21:36 -0000 >> Please provide the output of 'acpidump -t'. It seems the BIOS is not >> including both CPUs in the table it gives to the OS. > After running the BIOS diagnostics, it seems that the BIOS has disabled > the processor. True: > APIC: Length=94, Revision=1, Checksum=217, > Type=Local APIC > ACPI CPU=0 > Flags={ENABLED} > APIC ID=3 > > Type=Local APIC > ACPI CPU=1 > Flags={DISABLED} > APIC ID=0 Second CPU is disabled. The FreeBSD say so: > APIC: Using the MADT enumerator. > MADT: Found CPU APIC ID 3 ACPI ID 0: enabled > SMP: Added CPU 3 (AP) > MADT: Found CPU APIC ID 0 ACPI ID 1: disabled It may be CPU failure detected during POST. Or broken CMOS content, sometime (try clear CMOS content). Dan