On Wed, 10 Aug 2005, Dave Jones wrote:
>
> For example, most of the x86 drivers, if you set a speed, and then
> start fiddling with the voltage, you can pretty much guarantee
> you'll crash within the next few seconds. They have to match,
> or at the least, be within a very small margin.
>
> Gi
On Thu, 7 Jul 2005 [EMAIL PROTECTED] wrote:
>
> int main() {
> unsigned int index, frequency, voltage
>
> index = (((frequency)/100) << 8) | ((voltage - 700) / 16);
> printf ("%u\n", index);
> }
>
> frequency is expressed in MHz, voltage in mV, index is the value for
> centrino_model[cpu]->op_p
2 matches
Mail list logo