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

2008-04-25 Thread Rui Paulo
rpaulo 2008-04-25 16:45:13 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_thermal.c Log: Initialize tz_active to a new constant TZ_ACTIVE_UNKNOWN and make no assumptions about the state of the cooling devices. Instead, switch them off on init and, only

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

2008-02-25 Thread Hajimu UMEMOTO
ume 2008-02-25 15:32:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/acpica acpi_thermal.c Log: MFC 1.69: Create a thread to handle passive cooling for 1st zone which has _PSV, _TSP, _TC1 and _TC2. Revision ChangesPath

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

2008-02-25 Thread Hajimu UMEMOTO
ume 2008-02-25 15:34:46 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/acpica acpi_thermal.c Log: MFC 1.69: Create a thread to handle passive cooling for 1st zone which has _PSV, _TSP, _TC1 and _TC2. Revision ChangesPath

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

2008-02-20 Thread Rui Paulo
rpaulo 2008-02-20 15:49:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/acpica acpi_thermal.c Log: MFC r1.68 Allow the user to override the current active cooling state if state is currently TZ_ACTIVE_NONE Approved by: njl

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

2008-02-20 Thread Rui Paulo
rpaulo 2008-02-20 15:49:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/acpica acpi_thermal.c Log: MFC r1.68 Allow the user to override the current active cooling state if state is currently TZ_ACTIVE_NONE Approved by: njl

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

2008-02-16 Thread Hajimu UMEMOTO
ume 2008-02-16 12:45:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/acpica acpi_thermal.c Log: MFC 1.66: Add sysctl mibs for _TSP, _TC1 and _TC2 which is user overridable but is blocked on user_override mib. Not a few people want to

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

2008-02-16 Thread Hajimu UMEMOTO
ume 2008-02-16 12:43:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/acpica acpi_thermal.c Log: MFC 1.66: Add sysctl mibs for _TSP, _TC1 and _TC2 which is user overridable but is blocked on user_override mib. Not a few people want to

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

2008-02-15 Thread Rui Paulo
rpaulo 2008-02-16 02:09:05 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_thermal.c Log: Allow the user to override the current active cooling state if state is currently TZ_ACTIVE_NONE. Submitted by: Andriy Gapon avg at icyb.net.ua Reviewed by:

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

2008-02-15 Thread Hajimu UMEMOTO
ume 2008-02-16 07:15:34 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_thermal.c Log: Create a thread to handle passive cooling for 1st zone which has _PSV, _TSP, _TC1 and _TC2. Contirmed by: Alexandre \Sunny\ Kovalenko

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

2008-01-07 Thread John Baldwin
jhb 2008-01-07 21:25:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/acpica acpi_thermal.c Log: MFC: Use devclass_get_count() instead of devclass_get_maxunit(). Approved by:re (hrs) Revision ChangesPath 1.64.2.1 +1

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

2008-01-07 Thread John Baldwin
jhb 2008-01-07 21:26:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_7_0) sys/dev/acpica acpi_thermal.c Log: MFC: Use devclass_get_count() instead of devclass_get_maxunit(). Approved by:re (hrs) Revision ChangesPath 1.64.4.1

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

2008-01-07 Thread John Baldwin
jhb 2008-01-07 21:27:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/acpica acpi_thermal.c Log: MFC: Use devclass_get_count() instead of devclass_get_maxunit(). Revision ChangesPath 1.53.2.8 +1 -1

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

2008-01-07 Thread John Baldwin
jhb 2008-01-07 21:27:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/dev/acpica acpi_thermal.c Log: MFC: Use devclass_get_count() instead of devclass_get_maxunit(). Approved by:re (hrs) Revision ChangesPath

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

2007-12-31 Thread John Baldwin
jhb 2007-12-31 15:56:03 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_thermal.c Log: Use devclass_get_count() instead of devclass_get_maxunit() to get the correct number of acpi_thermalX devices. Having this wrong caused the acpi_thermal thread to

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

2007-12-24 Thread Hajimu UMEMOTO
ume 2007-12-24 16:32:15 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_thermal.c Log: Add sysctl mibs for _TSP, _TC1 and _TC2 which is user overridable but is blocked on user_override mib. Not a few people want to use a passive cooling without their

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

2007-03-23 Thread Nate Lawson
njl 2007-03-23 19:48:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/acpica acpi_thermal.c Log: MFC: validity checking of _TMP values Revision ChangesPath 1.53.2.7 +10 -3 src/sys/dev/acpica/acpi_thermal.c

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

2007-03-05 Thread Nate Lawson
njl 2007-03-05 21:39:53 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_thermal.c Log: Check the _TMP value for sanity also. On some systems (HP NX laptops), the EC occasionally times out and provides bogus values (3000C). This change prevents

cvs commit: src/sys/dev/acpica acpi_thermal.c src/share/man/man4 acpi_thermal.4

2006-07-24 Thread Nate Lawson
njl 2006-07-25 02:27:38 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_thermal.c share/man/man4 acpi_thermal.4 Log: Add support for overriding the values for _CRT, _HOT, and _PSV via sysctl. Prevent casual modification by requiring

Re: cvs commit: src/sys/dev/acpica acpi_thermal.c src/share/man/man4 acpi_thermal.4

2006-07-24 Thread John Merryweather Cooper
Nate Lawson wrote: njl 2006-07-25 02:27:38 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_thermal.c share/man/man4 acpi_thermal.4 Log: Add support for overriding the values for _CRT, _HOT, and _PSV via sysctl. Prevent casual modification