From owner-freebsd-stable Sat Mar 18 9:14:15 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.rdc1.sfba.home.com (ha1.rdc1.sfba.home.com [24.0.0.66]) by hub.freebsd.org (Postfix) with ESMTP id 4E01F37B8A2 for ; Sat, 18 Mar 2000 09:14:14 -0800 (PST) (envelope-from boshea@ricochet.net) Received: from beastie.localdomain ([24.19.158.41]) by mail.rdc1.sfba.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <20000318171414.TLNH21475.mail.rdc1.sfba.home.com@beastie.localdomain>; Sat, 18 Mar 2000 09:14:14 -0800 Received: (from brian@localhost) by beastie.localdomain (8.9.3/8.8.7) id JAA77780; Sat, 18 Mar 2000 09:23:55 -0800 (PST) (envelope-from brian) Date: Sat, 18 Mar 2000 09:23:55 -0800 From: "Brian O'Shea" To: Matt Heckaman Cc: FreeBSD-STABLE Subject: Re: SMP oddity Message-ID: <20000318092355.H56986@beastie.localdomain> Mail-Followup-To: Matt Heckaman , FreeBSD-STABLE References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Matt Heckaman on Sat, Mar 18, 2000 at 01:40:32AM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Mar 18, 2000 at 01:40:32AM -0500, Matt Heckaman wrote: > > CPU: Pentium III (686-class CPU) > Origin = "GenuineIntel" Id = 0x673 Stepping = 3 > > Note how there is no megahurtz before "686-class CPU" as there normally > is, (from another box); CPU: Celeron (400.91-MHz 686-class CPU) > This behavior is specific to SMP kernels. src/sys/i386/i386/identcpu.c,v 1.57.2.10 2000/02/02 03:50:19 511 #ifndef SMP 512 printf("%d.%02d-MHz ", 513 (tsc_freq + 4999) / 1000000, 514 ((tsc_freq + 4999) / 10000) % 100); 515 #endif 516 printf("586"); 517 break; 518 #endif 519 #if defined(I686_CPU) 520 case CPUCLASS_686: 521 #ifndef SMP 522 printf("%d.%02d-MHz ", 523 (tsc_freq + 4999) / 1000000, 524 ((tsc_freq + 4999) / 10000) % 100); 525 #endif -brian -- Brian O'Shea boshea@ricochet.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message