From owner-freebsd-current Fri Nov 19 3:25:19 1999 Delivered-To: freebsd-current@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.9.224.2]) by hub.freebsd.org (Postfix) with ESMTP id 3DD4615609 for ; Fri, 19 Nov 1999 03:25:10 -0800 (PST) (envelope-from sobomax@altavista.net) Received: from vega.vega.com (dialup1-5.iptelecom.net.ua [212.9.226.5]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id NAA03537; Fri, 19 Nov 1999 13:29:29 +0200 (EET) Received: from altavista.net (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.9.3/8.9.3) with ESMTP id NAA01313; Fri, 19 Nov 1999 13:24:26 +0200 (EET) (envelope-from sobomax@altavista.net) Message-ID: <38353369.FDC0F0EC@altavista.net> Date: Fri, 19 Nov 1999 13:24:25 +0200 From: Maxim Sobolev Reply-To: sobomax@altavista.net Organization: Vega International Capital X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Byung Yang Cc: freebsd-current@FreeBSD.ORG Subject: Re: cpu name References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Byung Yang wrote: > supped && made world a min ago: > check out the CPU: name > I am using AMD K6-2 333Mhz > > CPU: \^E (334.40-MHz 586-class CPU) Hmm, let me guess... probably you are compiling your kernel with -O3 (or higher)? If so, try to remove /sys/compile/MYKERNEL and compile with -O or with -O2. Some time ago I've also stuck to this optimizer bug and we have long discussion with core members about it until I've occasionally rebuild kernel with -O and found that my K6-2 identified perfectly. BTW it should be a rule of thumb to lower optimisation level before reporting any bug. -O is considered relatively safe, while higher levels are unsupported and you should use it at your own risk. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message