From owner-freebsd-current@FreeBSD.ORG Fri Aug 22 13:33:17 2003 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 3249F16A4BF for ; Fri, 22 Aug 2003 13:33:17 -0700 (PDT) Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc2.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id E51B643FDD for ; Fri, 22 Aug 2003 13:33:15 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: by mailhub.yumyumyum.org (Postfix, from userid 1001) id 8D6393BE; Fri, 22 Aug 2003 16:33:10 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhub.yumyumyum.org (Postfix) with ESMTP id 892903B2; Fri, 22 Aug 2003 16:33:10 -0400 (EDT) Date: Fri, 22 Aug 2003 16:33:10 -0400 (EDT) From: Kenneth Culver To: Mike Jakubik In-Reply-To: Message-ID: <20030822163253.M9376@alpha.yumyumyum.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: HTT on current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2003 20:33:17 -0000 > Hi, > > I have a HTT capabale PCU on an Intel MB with the 875P chipset. I have > enabled HTT in the BIOS and compiled my kernel with the required SMP > options, however i dont think the system is really running in SMP mode. Top > does not display CPU numbers. Here is my dmesg: > > --- > > FreeBSD 5.1-CURRENT #0: Fri Aug 22 15:41:01 EDT 2003 > > CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz (2394.01-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 > > Features=0xbfebfbff ,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> > Hyperthreading: 2 logical CPUs > real memory = 1072889856 (1023 MB) > avail memory = 1037774848 (989 MB) > Pentium Pro MTRR support enabled > npx0: on motherboard > npx0: INT 16 interface > acpi0: on motherboard > pcibios: BIOS version 2.10 > Using $PIR table, 12 entries at 0xc00f3310 > acpi0: power button is handled as a fixed feature programming model. > Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 > acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 > acpi_cpu0: on acpi0 > acpi_cpu1: on acpi0 > > --- > Where's the rest of your dmesg? Ken