cvs commit: src/sys/kern kern_cpu.c

Nate Lawson njl at FreeBSD.org
Sun Feb 6 13:08:35 PST 2005


njl         2005-02-06 21:08:35 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_cpu.c 
  Log:
  Add support for relative cpufreq drivers.  Such drivers modulate clock
  frequency as a percentage of the base rate and do not change the base
  rate directly.  The cpufreq framework combines these with absolute drivers
  to produce synthesized levels made of one or more settings.
  
  Revision  Changes    Path
  1.2       +192 -27   src/sys/kern/kern_cpu.c


More information about the cvs-all mailing list