Re: CPU class not configured problem in CURRENT

[ Available lists | Index of freebsd-current | Month of Apr 2006 | Week of 5 Apr 2006 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Ganbold <ganbold@micom.mng.net>
Date
5 Apr 2006 09:25:22
Subject
Re: CPU class not configured problem in CURRENT
Message-ID
44338D08.3070000@micom.mng.net


[ Hide this part ]
Peter Jeremy wrote:
> On Wed, 2006-Apr-05 17:38:17 +0900, Ganbold wrote:
>
>> Here is what I get when I reboot from FreeBSD-6.1-PRERELEASE after
>> installing new CURRENT kernel:
>>
>
> The weird thing is that I can't see any relevant differences in
> the CPU ident code between -stable and -current.
>
Me too, I checked identcpu.c, not much difference, except some preprocessor
definitions.
>
>> db> p cpu
>> c08c7014
>> db> p cpu_class
>> c08c6f20
>>
>
> Drat. That's the address. Try "x/lu cpu" and "x/lu cpu_class".
>
db> x/lu cpu
cpu: 16
db> x/lu cpu_class
cpu_class: 4
db>

Ganbold




Elapsed time: 0.128 seconds