Subject: Re: Making a common API for cpu frequency drivers
To: Juan RP <juan@xtrarom.org>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 09/01/2006 11:43:34
On Fri, Sep 01, 2006 at 09:03:56AM +0200, Juan RP wrote:
> * Each driver will return to sysmon_clockfreq:
> 
>         - A list of working frequencies via prop_array(3) for drivers
> 	  like powernow, est and longrun. (is it ok to use prop_array?)

Is that per cpu/core? What if there are dependencies between the states
between cpus?

>         - If previous list is NULL, a pair name/value will be used
>           instead via prop_dictionary(3) (again I'm not sure what prop
> 	  type is better for this).

I do not understand what this case is for.

Martin