[patch] extending {amd64|i386} cpu info

Ed Schouten ed at 80386.nl
Sat Feb 27 22:35:26 UTC 2010


Hello Alexander,

* Alexander Best <alexbestms at wwu.de> wrote:
> +		printf("  Stepping = %u"
> +		       "  Model = %u"
> +		       "  Family = %u",
> +		       cpu_id & CPUID_STEPPING,
> +		       CPUID_TO_MODEL(cpu_id),
> +		       CPUID_TO_FAMILY(cpu_id));

So is there some reason why we don't have a CPUID_TO_STEPPING()?

Greetings,
-- 
 Ed Schouten <ed at 80386.nl>
 WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20100227/7605b613/attachment.pgp


More information about the freebsd-hackers mailing list