From owner-freebsd-current@FreeBSD.ORG Tue Jul 13 14:01:15 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F03716A4CE for ; Tue, 13 Jul 2004 14:01:15 +0000 (GMT) Received: from mail.emu.edu.tr (mail.emu.edu.tr [193.140.41.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id D305D43D46 for ; Tue, 13 Jul 2004 14:01:09 +0000 (GMT) (envelope-from ilker.ozupak@mail.emu.edu.tr) Received: from eniac.emu.edu.tr ([213.208.49.139]) by mail.emu.edu.tr with Microsoft SMTPSVC(5.0.2195.5329); Tue, 13 Jul 2004 17:01:07 +0300 From: Ilker OZUPAK Date: Tue, 13 Jul 2004 16:59:45 +0300 User-Agent: KMail/1.6.2 To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407131659.58147.ilker.ozupak@emu.edu.tr> X-OriginalArrivalTime: 13 Jul 2004 14:01:07.0597 (UTC) FILETIME=[D81DABD0:01C468E1] Subject: Re: CPUTYPE=p4 & kernel config X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ilker.ozupak@emu.edu.tr List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2004 14:01:15 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 13 July 2004 11:38, I wrote: (and made a typo) > On Mon, 12 Jul 2004 22:17:56 -0400 (EDT) > > Andre Guibert de Bruet wrote: > > On Mon, 12 Jul 2004, Ilker OZUPAK wrote: > > > is there any kernel options that is mandatory for the > > > "CPUTYPE=p4" case. anything to be addded to GENERIC > > > or to not to be removed. > > > > Your CPU qualifies for the I686_CPU cpu directive. You may consider > > commenting out I{4,5}86_CPU if you are not concerned with having the > > kernel boot on older machines. You may also want to add "options > > CPU_ENABLE_SSE". > > > > Regards, > > Andy > > 'CPU_ENABLE_SSE' is automatically enabled when the kernel is compiled > with 'cpu I686_CPU'. so here are two different configs machine i386 cpu I486_CPU cpu I586_CPU cpu I686_CPU .... .... machine i386 cpu I686_CPU .... .... for the first config i should enable it manually. (for a P4 machine) and in second one it is enabled by default so i dont need to add enable to kern. conf should i put options CPU_DISABLE_SSE for P2 and P3 machines? would not using disable option on a p2 machine with kern. conf like ******* ^^^^^^^ ^^^^ ******* enable p4 second couse any ill effects? like not being able to run the binaries compiled with -march=pentium4 ... and is this enable disable automaticly has anything to do with CPUTYPE option on the /etc/make.conf - - -- ilker -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA8+rcvxSBSqT0G9ARAo5hAJ0XrKQegK3CgjTdYANNxnNWD4waOACgwJ6X jaIl4wz2nPFXQKiBJ7WYap8= =qXjb -----END PGP SIGNATURE-----