From owner-freebsd-acpi@FreeBSD.ORG Wed Jan 28 18:10:46 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 23BF3106566C; Wed, 28 Jan 2009 18:10:46 +0000 (UTC) (envelope-from tom@khubla.com) Received: from mail.khubla.com (gateway.khubla.com [66.18.197.100]) by mx1.freebsd.org (Postfix) with ESMTP id DA0B18FC12; Wed, 28 Jan 2009 18:10:45 +0000 (UTC) (envelope-from tom@khubla.com) Received: from [192.168.128.200] ([192.168.128.200]) (authenticated user tom@khubla.com) by mail.khubla.com (Kerio MailServer 6.6.2); Wed, 28 Jan 2009 11:10:02 -0700 Message-ID: <49809DEC.9030004@khubla.com> Date: Wed, 28 Jan 2009 11:03:24 -0700 From: Tom Everett User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Dan Lukes References: <497F4857.1060005@khubla.com> <200901280911.30748.jhb@freebsd.org> <49808D1D.8030709@khubla.com> <49809418.1000802@obluda.cz> In-Reply-To: <49809418.1000802@obluda.cz> 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 18:10:46 -0000 Dan Lukes wrote: >>> 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 Thanks!