From owner-freebsd-amd64@FreeBSD.ORG Fri Feb 20 14:22:46 2009 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F1AB106564A for ; Fri, 20 Feb 2009 14:22:46 +0000 (UTC) (envelope-from howard@leadmon.net) Received: from ibm.leadmon.net (ibm.leadmon.net [207.114.24.13]) by mx1.freebsd.org (Postfix) with ESMTP id 18EDB8FC19 for ; Fri, 20 Feb 2009 14:22:45 +0000 (UTC) (envelope-from howard@leadmon.net) Received: from HDLDESKTOP64 (hdl-desktop-64.leadmon.net [207.114.24.3]) (authenticated bits=0) by ibm.leadmon.net (8.14.3/8.14.3/LNSG+SCOP+NJABL+SBL+DSBL+SORBS+CBL+RHSBL) with ESMTP id n1KE6Em2073546; Fri, 20 Feb 2009 09:06:14 -0500 (EST) (envelope-from howard@leadmon.net) X-DKIM: Sendmail DKIM Filter v2.7.2 ibm.leadmon.net n1KE6Em2073546 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=leadmon.net; s=default; t=1235138774; bh=vYVztnDYVXV/HXj0ecUUfXxnoYUT45ekHh1FF9v 0+hY=; h=From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID: MIME-Version:Content-Type:Content-Transfer-Encoding; b=rNPrxR36wGj xH53F0nJJGIxOUgetCS4AH0iauiJKzfSxrMZC92MN0kHc04doLXjCbsN7wDB7IOfm66 RMBoCens2H5BqRoOvEM/JVmZvKqXZxpNijanqMdad5upqcE+7iTUGa174BCsPTKval6 Fpb4QYbgFyvt+Euh/DtF1Yt/IY= X-DomainKeys: Sendmail DomainKeys Filter v1.0.1 ibm.leadmon.net n1KE6Em2073546 DomainKey-Signature: a=rsa-sha1; s=default; d=leadmon.net; c=simple; q=dns; h=x-senderid:authentication-results:from:to:cc:references: in-reply-to:subject:date:message-id:mime-version:content-type: content-transfer-encoding:x-mailer:thread-index:content-language; b=DmBWbGTQTtZN6+0JFsNrfIsSF6HjoloJrYWwboLSgDlKarSYhThsGBhzM3EnKJqVZ Fd34gOU01CCb9VVZpjPK9O8wXCeW30s9apr0e7Au8Z9aXMgfWhvtdbA3Mt+YMLyF+g/ V0lWZDirUW55NWvJeD6olyWfKAiWvW2btPZBDpE= X-SenderID: Sendmail Sender-ID Filter v1.0.0 ibm.leadmon.net n1KE6Em2073546 Authentication-Results: ibm.leadmon.net; sender-id=pass header.from=howard@leadmon.net; spf=pass smtp.mfrom=howard@leadmon.net From: "Howard Leadmon" To: "'Oliver Pinter'" References: <9D0C41D6-5EDB-4D17-8258-352FE8ADAFBD@chesterdkat.com> <499DAAF8.4030005@dir.bg> <6101e8c40902191108w2234b13k84466dfd9f1fe4ee@mail.gmail.com> In-Reply-To: <6101e8c40902191108w2234b13k84466dfd9f1fe4ee@mail.gmail.com> Date: Fri, 20 Feb 2009 09:05:46 -0500 Message-ID: <013f01c99364$5689e4a0$039dade0$@net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcmSxY5G8/behKEyQ9aXvF0cUra0KgAngiDw Content-Language: en-us X-Virus-Scanned: ClamAV 0.94.2/9016/Thu Feb 19 23:03:22 2009 on ibm.leadmon.net X-Virus-Status: Clean Cc: freebsd-amd64@freebsd.org Subject: RE: Intel Xeon Processor kernel compile CPU type. 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: Fri, 20 Feb 2009 14:22:46 -0000 I knew HAMMER was the only type for making your kernel, but what CPUTYPE's are OK for 64bit? I was under the impression that nocona was the 64bit processor, but guess maybe there are more. I don't have a quad, but do have a pair of dual core processors in a few machines that are running FBSD7. CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2793.20-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0xf48 Stepping = 8 Features=0xbfebfbff Features2=0x649d AMD Features=0x20100800 AMD Features2=0x1 Cores per package: 2 Logical CPUs per core: 2 FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs So should this stuff be set to nocona, core2, or what?? --- Howard > -----Original Message----- > Subject: Re: Intel Xeon Processor kernel compile CPU type. > > add this line to /etc/make.conf > > CPUTYPE?=core2 > > > On 2/19/09, Jordan Gordeev wrote: > > D.M. Ovad wrote: > >> I am compiling a custom kernel to add Netatalk capability and weed out > >> unnecessary drivers. My system has two Intel Xeon Quad Core > >> processors. It's not clear to me what I should specify in the "cpu" > >> field. The default kernel specifies the cpu as "HAMMER". Is this > >> also correct for a dual quad core Intel Xeon system? > >> > >> Thanks... > > It is the only value that you can put there AFAIK.