CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2009/02/16 08:44:25
Modified files: sys/arch/i386/i386: machdep.c sys/arch/i386/include: cpu.h Log message: Store conditionally extended cpuid family/model values in seperate variables in struct cpu_info instead of duplicating the process of extracting it from the signature. Use this value when determining the bus clock on P6/family 0x6 chips, which fixes speedstep on bernd@'s ThinkPad x200s. Discussed with several, 'just do it' weingart@, ok mikeb@