From owner-freebsd-acpi@FreeBSD.ORG Wed Jan 28 14:31:19 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 1068110656E9 for ; Wed, 28 Jan 2009 14:31:19 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id D66398FC22 for ; Wed, 28 Jan 2009 14:31:18 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (pool-98-109-39-197.nwrknj.fios.verizon.net [98.109.39.197]) by cyrus.watson.org (Postfix) with ESMTPSA id 83A9446B3B; Wed, 28 Jan 2009 09:31:18 -0500 (EST) Received: from localhost (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.3/8.14.3) with ESMTP id n0SEVBlR097233; Wed, 28 Jan 2009 09:31:12 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-acpi@freebsd.org Date: Wed, 28 Jan 2009 09:11:30 -0500 User-Agent: KMail/1.9.7 References: <497F4857.1060005@khubla.com> In-Reply-To: <497F4857.1060005@khubla.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901280911.30748.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 28 Jan 2009 09:31:12 -0500 (EST) X-Virus-Scanned: ClamAV 0.94.2/8914/Wed Jan 28 01:40:00 2009 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: 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 14:31:19 -0000 On Tuesday 27 January 2009 12:45:59 pm Tom Everett wrote: > > I originally posted this to "FreeBSD Questions" but was told that the > ACPI list might be more appropriate. > > I'm running the "stock" FreeBSD 7.1 kernel on an IBM x330 machine. The > machine has two physical processors but it seems that FreeBSD 7.1 only > sees one. I downloaded the kernel source and it seems that the GENERIC > kernel has SMP installed. Is there something else I can try? Thanks in > advance for your wisdom. Please provide the output of 'acpidump -t'. It seems the BIOS is not including both CPUs in the table it gives to the OS. -- John Baldwin