From owner-freebsd-questions@FreeBSD.ORG Fri Sep 16 12:44:41 2005 Return-Path: X-Original-To: freebsd-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 001CE16A41F for ; Fri, 16 Sep 2005 12:44:40 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6F4C43D46 for ; Fri, 16 Sep 2005 12:44:40 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 3798 invoked from network); 16 Sep 2005 12:44:40 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 16 Sep 2005 12:44:40 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 342D736; Fri, 16 Sep 2005 08:44:39 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Kiffin Gish" To: References: <004601c5ba25$3d7dd460$2201a8c0@ZGISH> From: Lowell Gilbert Date: 16 Sep 2005 08:44:39 -0400 In-Reply-To: <004601c5ba25$3d7dd460$2201a8c0@ZGISH> Message-ID: <44br2t41xk.fsf@be-well.ilk.org> Lines: 33 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: Which CPUTYPE? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 12:44:41 -0000 "Kiffin Gish" writes: > I have the following configuration: > > CPU: AMD Sempron(tm) Processor 3100+ (1800.08-MHz 686-class CPU) > Origin = "AuthenticAMD" Id = 0xfc0 Stepping = 0 > > Features=0x78bfbff CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2> > AMD Features=0xc0500000 > > What CPUTYPE do I define in: You don't need to change the defaults at all, you know. It's not like you're likely to *notice* any difference. And the specific answers depend on the version of FreeBSD you are running. > - make.conf "man make.conf" and search for "CPUTYPE". It will point you at a sample or default configuration file. > - kernel config "man 5 config" and search for "cpu". You'll want the 686 version according to that dmesg output. On -STABLE (at least; I think this is true on all versions, but I'm not sure), that is I686_CPU. In any case, it will already be in your configuration file (or GENERIC), and you just need to remove the others in your config file. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/