Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2006 17:58:41 +1000
From:      Peter Jeremy <peterjeremy@optushome.com.au>
To:        Ganbold <ganbold@micom.mng.net>
Cc:        lydianconcepts@gmail.com, freebsd-current@freebsd.org, mjacob@freebsd.org
Subject:   Re: CPU class not configured problem in CURRENT
Message-ID:  <20060405075841.GB699@turion.vk2pj.dyndns.org>
In-Reply-To: <44336331.40909@micom.mng.net>
References:  <4431D4E5.3080507@micom.mng.net> <20060404090837.GC683@turion.vk2pj.dyndns.org> <44323B37.4040605@micom.mng.net> <20060404101223.GH683@turion.vk2pj.dyndns.org> <44336331.40909@micom.mng.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2006-Apr-05 15:26:57 +0900, Ganbold wrote:
>FreeBSD 7.0-CURRENT #0: Tue Apr  4 01:16:20 ULAST 2006
>   tsgan@asiatel.micom.mng.net:/usr/obj/usr/src/sys/GW
>WARNING: WITNESS option enabled, expect reduced performance.
>MPTable: <HP       PROLIANT    >
>Timecounter "i8254" frequency 1193182 Hz quality 0
>CPU: Intel(R) Xeon(TM) CPU 3.20GHz (Unknown-class CPU)
> Origin = "GenuineIntel"  Id = 0xf43  Stepping = 3
> 
>Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
> Features2=0x641d<SSE3,RSVD2,MON,DS_CPL,CNTX-ID,CX16,<b14>>
> AMD Features=0x20000000<LM>
> Logical CPUs per core: 2
>panic: CPU class not configured

The Origin and Id look sane.  Checking printcpuinfo(), the
'Unknown-class' is printed because cpu_class is not valid.
cpu_class is initialised based on 'cpu' which is set in
i386/locore.s::identify_cpu

Next request: Can you please print the 'cpu' and 'cpu_class' variables
in DDB.

-- 
Peter Jeremy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060405075841.GB699>