
The cpufreq-nforce2 driver changes the FSB on nVidia nForce2 plattforms.

This works better than on other plattforms, because the FSB of the CPU
can be controlled independently from the PCI/AGP clock.

The module has three options:

	fid: 	 multiplier * 10 (for example 8.5 = 85)
	min_fsb: minimum FSB
	max_fsb: maximum FSB

If not set, fid is calculated with the current CPU speed and the FSB,
max_fsb is set to the current FSB and min_fsb to current FSB - 50.

IMPORTANT: The available range is limited up- _and_ downwards!
           You should not set max_fsb higher than the FSB at boot-
           time.
           Also the minimum available FSB can differ, for systems
           booting with 200 MHz, 150 should always work.


