CENTRINO_INIT

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

centrino_init - initializes the Enhanced SpeedStep CPUFreq driver  

SYNOPSIS

"SYNOPSIS"

int __init centrino_init ( void);  

ARGUMENTS

void
no arguments
 

DESCRIPTION

Initializes the Enhanced SpeedStep support. Returns -ENODEV on unsupported devices, -ENOENT if there's no voltage table for this particular CPU model, -EINVAL on problems during initiatization, and zero on success.

This is quite picky. Not only does the CPU have to advertise the ``est'' flag in the cpuid capability flags, we look for a specific CPU model and stepping, and we need to have the exact model name in our voltage tables. That is, be paranoid about not releasing someone's valuable magic smoke.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 04:40:39 GMT, October 06, 2005