
* Extend the config file
	all parameters should be configurable just like the frequency or voltage.

* Miscellaneous
	PID file to ensure that only one cpupowerd can run.

* Add OpenSolaris support
	Theoreticaly, it should be possible to add the OpenSolaris support easy.

* Add amd k10 support
	Support for the new amd phenom X3 and X4 cpus.

* Add intel cpu support
	For the fid the real value of the frontside-bus or the cpu frequency
	is required. That may be a problem as the newer tickless Linux kernel
	doesn't share such an information.

* Frequencies independet from the cpufreq modul
	Yet, only Cool'n Quiet frequencies can be used. In later versions
	all frequencies between the min and max Cool'n Quiet frequencies 
	should be available as the frequency will be changed over the msr
	and not over the cpufreq kernel modul.
	Frequency change over the msr modul	is more komplex then a voltage change.

