CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2014/03/15 23:19:44
Modified files: sys/arch/i386/i386: machdep.c sys/arch/amd64/amd64: est.c Log message: Remove warnings on unknown x86 models in the code that returns the FSB speed and remove the no-op cases added to avoid the warning. We shouldn't normally hit the warning anyway, the bus speed is only used on older i386 machines with piixpcib/ichpcib based speedstep or to create a fake high/low table with newer style speedstep when we can't get the table from ACPI. ok kettenis@