From owner-freebsd-questions@FreeBSD.ORG Sat Aug 30 16:33:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA0BB1065671 for ; Sat, 30 Aug 2008 16:33:03 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id BE1E38FC16 for ; Sat, 30 Aug 2008 16:33:03 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1739213rvf.43 for ; Sat, 30 Aug 2008 09:33:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=WAwK4zntTRYYgciqoSI/ECV2J/bv+mUtthndvVHXp2Q=; b=UrrUtqxVby0ehzSm41yb/v6KihoXWzBczBRLiLRmzklHVTOAigzubUcoUH9vxweJU6 CMAtSRh7s3zaY9RcQjRzfscjWxIMnuNCbBSHglUSXQyA2pbkbPyBdhM12PByXUKJm0tE BFuNW3O5GFb14IwopjALaj2eMhy7keULzsGlc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=rQ9IHzkSku5p0InDL7HnLmtmKcoymj3pl4AvSqoDZogPhwMmFEis1XdbuJynwW0dI1 0frj5wPQo+oi/6eSic9eW44yjVjFEQkKrPGF5gy6FMq1grYJv5lD+IU5kSRnN7S5hKdi B2kPcMW6BSAUKPGZaLXUyAG0NOgR5ALpS9IWM= Received: by 10.141.106.14 with SMTP id i14mr2248423rvm.152.1220113983466; Sat, 30 Aug 2008 09:33:03 -0700 (PDT) Received: by 10.141.129.8 with HTTP; Sat, 30 Aug 2008 09:33:03 -0700 (PDT) Message-ID: Date: Sat, 30 Aug 2008 11:33:03 -0500 From: "illoai@gmail.com" To: "Aryeh M. Friedman" In-Reply-To: <48B9351F.8090903@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48B9351F.8090903@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: complete listing of CPUTYPES 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: Sat, 30 Aug 2008 16:33:04 -0000 2008/8/30 Aryeh M. Friedman : > I just switched from amd64 to i386 8-current on a machine and was using > CPUTYPE?=nocona but want to know: > > a) Is this still correct for a intel dual core e6850 (3.0GHz) > b) Is there a file that contains all the CPUTYPES and a description of what > processors belong to which type? I think that's a gcc thing, more or less. man gcc gives a pretty exhaustive list of the cpu types (and synonyms) which you may set. -- --