From owner-freebsd-amd64@FreeBSD.ORG Sun Sep 11 16:34:40 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0C9416A41F for ; Sun, 11 Sep 2005 16:34:40 +0000 (GMT) (envelope-from rsh.lists@comcast.net) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44D3143D45 for ; Sun, 11 Sep 2005 16:34:40 +0000 (GMT) (envelope-from rsh.lists@comcast.net) Received: from [192.168.1.102] (tardiss.hsd1.ma.comcast.net[66.30.82.93]) by comcast.net (sccrmhc11) with ESMTP id <2005091116343801100bdhhne>; Sun, 11 Sep 2005 16:34:39 +0000 Message-ID: <43245C91.1090904@comcast.net> Date: Sun, 11 Sep 2005 12:34:25 -0400 From: Sean User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050907) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "David S. Besade" References: In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-amd64@freebsd.org Subject: Re: Problems with Nacona Xeons X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rsh.lists@comcast.net List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 16:34:40 -0000 David S. Besade wrote: > Hey Guys, > > I have a Dual Xeon (With EM64T) system running FreeBSD 5.4 AMD64 - Release > (with a -stable kernel). I can't get the kernel to see my second CPU. I have > recompiled and retuned and done everything I could to get it to see the > second CPU. The guys on IRC (##Freebsd on freenode) told me to post this to > this list. > > I do have the ACPI disabled as it doesn't work right yet. The Motherboard is > a Tyan S5350 ( http://tyan.com/products/html/tigeri7320.html ) running with > 2 Dual Nacona Core Xeons. I had the datacenter check the BIOS and everything > is as it should be. I have Registered ECC RAM on it as well. > > Both CPU's were recogized by Centos 4.1 X86-64, however I prefer FBSD to > anything Linux. So if you guys could help me out I would appreciate it. I > think I have given you all the relevant information I Hope but if not just > ask me I will get it. > > Thanks in advance > -Dave > > > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" > You said you did a kernel recompile, so did you include 'device acpi' 'options SMP' in your custom kernel before you recompiled? That is what did it for me. Do a 'dmesg | less' and near the top portion you should see a statement like 'FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs' and then after showing the cpu info. Like someone else mentioned, I also thought ACPI had to be enabled. Sean