cvs commit: src/sys/dev/acpica acpi_thermal.c

Nate Lawson njl at FreeBSD.org
Fri Mar 5 10:06:31 PST 2004


njl         2004/03/05 10:06:31 PST

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_thermal.c 
  Log:
  A user can set tz_requested via the hw.acpi.thermal.tzX.active sysctl.
  The previous logic meant that if a user sets it to a minimal cooling value
  acpi_thermal will not use higher cooling levels.  Reverse the logic so that
  the user requesting a level (say, 2) also gets 0 - 1 also.
  
  PR:             kern/61592
  Submitted by:   Andrew Thompson <andy at fud.org.nz>
  
  Revision  Changes    Path
  1.40      +1 -1      src/sys/dev/acpica/acpi_thermal.c


More information about the cvs-src mailing list