Am 07.11.2011 16:06, schrieb Alexander Polakov:
> I don't know of an easy way to disable it but recompiling the kernel
> with this:
> 
> Index: sys/arch/i386/i386/machdep.c
> ===================================================================
> RCS file: /cvs/src/sys/arch/i386/i386/machdep.c,v
> retrieving revision 1.506
> diff -u -p -r1.506 machdep.c
> --- sys/arch/i386/i386/machdep.c      2 Nov 2011 23:53:44 -0000       1.506
> +++ sys/arch/i386/i386/machdep.c      7 Nov 2011 15:04:49 -0000
> @@ -1347,8 +1347,10 @@ amd_family6_setperf_setup(struct cpu_inf
>               k8_powernow_init();
>               break;
>       }
> +#if 0
>       if (ci->ci_family >= 0x10)
>               k1x_init(ci);
> +#endif
>  }
>  #endif

Thanks! I'll try this once I have installed 5.0 on a real
spare machine, cannot get a 5.0 kernel to build under 4.9,
but this OT here. For the curious, though, compilation fails:
ioconf.c:1049: warning: excess elements in struct initializer

I also got informed that is a VM emulator bug and
have therefore forwarded the bug to "upstream"
[email protected].

Regards,
Walter

Reply via email to