Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Mar 2004 10:06:31 -0800 (PST)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi_thermal.c
Message-ID:  <200403051806.i25I6VPr049785@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@fud.org.nz>
  
  Revision  Changes    Path
  1.40      +1 -1      src/sys/dev/acpica/acpi_thermal.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403051806.i25I6VPr049785>