From owner-freebsd-amd64@FreeBSD.ORG Sun Sep 11 17:29:34 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 1BFE216A41F for ; Sun, 11 Sep 2005 17:29:34 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9893743D45 for ; Sun, 11 Sep 2005 17:29:33 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j8BHTP4B058310; Sun, 11 Sep 2005 11:29:25 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4324697A.40301@samsco.org> Date: Sun, 11 Sep 2005 11:29:30 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: rsh.lists@comcast.net References: <43245C91.1090904@comcast.net> In-Reply-To: <43245C91.1090904@comcast.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org 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 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 17:29:34 -0000 Sean wrote: > 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' ^^^^ You need 'device apic' here also. There is a difference between 'acpi' and 'apic. For SMP amd64 machines, you should have both. Simply put, the apic is what allows the first CPU to start up the other CPUs during boot. Scott