summaryrefslogtreecommitdiff
path: root/get_model_name.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-22print out the BIOS programmed string by default too.Dave Jones1-1/+1
Also clarify which is x86info's guess.
2009-12-10Intel CPU topology reworking.Dave Jones1-1/+1
This steals lots of code from the kernel, and munges it to work with userspace. In doing so, I renamed a bunch of x86info's struct cpudata members to match the kernels struct cpu_data, just to make it easier to sync any future changes.
2008-07-02Don't tack the brand onto the end of the CPU nameDave Jones1-1/+1
Print it out when we're dumping the raw value instead.
2008-07-02* Vastly rework the core cpuid handling on uniprocessor.Dave Jones1-3/+3
- No more nasty pages and pages of assembly - x86-64 'just works' * cpuid takes 32 bit registers. always. wtf were we passing around longs? * implement cpuid4() * start using cpuid4 to determine number of cores.
2008-07-01Remove CVS tags from headers, remove pointless crap, and dead urls.Dave Jones1-3/+0
general cleanup
2006-05-21Lots of splint warning cleanups.Dave Jones1-9/+9
2005-08-18Now that AMD Revision Guide >= 3.54 is publicly released, here is a patchGwenole Beauchesne1-0/+89
that tries to determine a good looking K8 Processor name string in case the BIOS didn't do it. My build machine now reports a nice "Dual Core AMD Opteron(tm) Processor 875" instead of "AMD Athlon(tm) or Opteron(tm) CPU-model unknown". ;-)
2003-06-13* Intel/info.c: Banias also has model name.davej1-2/+5
* get_model_name.c: Eat leading spaces.
2002-11-12early return if name is emptydavej1-1/+3
2002-05-232002-04-23 Dave Jones <davej@suse.de>davej1-3/+3
* get_model_name.c, identify.c, x86info.h, * AMD/identify.c, Cyrix/identify.c * IDT/identify.c, Intel/identify.c * NatSemi/identify.c, RiSE/identify.c: maxei & maxi are now used from the cpu-> struct. This fix makes x86info pass the valgrind test.
2001-12-10use get_model_name() instead of duplicating same code in everydavej1-0/+38
identify.c