On Mon, Jan 25, 2010 at 9:54 AM, erik quanstrom <quans...@quanstro.net> wrote:
> ; aux/cpuid -v > AuthenticAMD > ; aux/cpuid -b > AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ > ; aux/cpuid -s > 00060fb2 0f.6b.02 > ; 8.cpuid -n 0x80000005 # cache sizes > ff08ff08 ff20ff20 40020140 40020140 All of this stuff is available via cpuid, including the string. I think the kernel device is the logical place to put it. Maybe I'm misunderstanding however. ron