From owner-freebsd-questions@FreeBSD.ORG Thu Oct 20 02:01:27 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9338B16A421 for ; Thu, 20 Oct 2005 02:01:27 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F22C43D64 for ; Thu, 20 Oct 2005 02:01:22 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j9K211MV003700 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 Oct 2005 09:01:01 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j9K20xe6054136; Thu, 20 Oct 2005 09:00:59 +0700 (ICT) Date: Thu, 20 Oct 2005 09:00:59 +0700 (ICT) Message-Id: <200510200200.j9K20xe6054136@banyan.cs.ait.ac.th> From: Olivier Nicole To: doug@polands.org In-reply-to: <20051019232653.GA47456@polands.org> (message from Doug Poland on Wed, 19 Oct 2005 18:26:54 -0500) References: <20051019204428.GB46703@polands.org> <20051019221526.GA4772@pleiades.aeternal.net> <20051019232653.GA47456@polands.org> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: corwin@aeternal.net, questions@freebsd.org Subject: Re: Installing 2nd CPU on SMP board X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 02:01:27 -0000 > Well, I have dmesg output and the output from dmidecode. I may be dense > but I don't see the sSpec number in the output. Can it be derived from > these data? from what I understand you get the sSpec number from CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2793.01-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf34 Stepping = 4 ^^^^^^^^^^ Features=0xbfebfbff use that figure to lookup in Intel chart like http://download.intel.com/design/Xeon/specupdt/30240216.pdf and using that f34 and the speed you should find the sSpec in the left most column. Another sure way is to take the CPU from the socket. On the side with the pins you have 3 printed lines, sSpec number is the first word of the middle line. Now that I am considering upgradding 2 machines, I seriously think about buying a pair of matching Xeon for each board as it has been suggested earlier. But at same time I had my hardware vendor try to sortout the problem for me with Intel (1 year old CPU, not manufactured any more). Olivier