Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2001 10:09:43 -0800 (PST)
From:      Mitsuru IWASAKI <iwasaki@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi.c acpi_thermal.c acpivar.h
Message-ID:  <200110291809.f9TI9iV38416@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iwasaki     2001/10/29 10:09:43 PST

  Modified files:
    sys/dev/acpica       acpi.c acpi_thermal.c acpivar.h 
  Log:
  Some small improvements of ACPI thermal driver.
   - Give a guaranteed minimum cooling run time to avoid too frequent
     cooling system On/Off switching.  The minimum cooling run time can be
     specified by hw.acpi.thermal.min_runtime in sec.
   - Refine message printing (_AC-1 -> NONE).
   - Add verbose mode enable/disable capability by hw.acpi.verbose in bool.
  
  Reviewed by:	acpi-jp@ folks
  
  Revision  Changes    Path
  1.44      +5 -0      src/sys/dev/acpica/acpi.c
  1.17      +48 -5     src/sys/dev/acpica/acpi_thermal.c
  1.20      +10 -0     src/sys/dev/acpica/acpivar.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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