Subject: CVS commit: src/sys/dev/acpi
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 03/13/2007 04:01:51
Module Name:	src
Committed By:	xtraeme
Date:		Tue Mar 13 04:01:51 UTC 2007

Modified Files:
	src/sys/dev/acpi: files.acpi
Added Files:
	src/sys/dev/acpi: acpi_aiboost.c

Log Message:
ASUS AI Booster ACPI driver, ported from FreeBSD.

This driver will report values from the Super I/O chip via ACPI.
It should be possible to overclock the system with this driver, but
it's not implemented yet.

All newer ASUS motherboards probably will work with this driver
(device ATK0110).

[juan@nocturno][~]> envstat -r
CPU Temperature:     30.000 degC
 MB Temperature:     38.000 degC
  Vcore Voltage:      1.240 V
   +3.3 Voltage:      3.264 V
     +5 Voltage:      4.992 V
    +12 Voltage:     12.091 V
  CPU FAN Speed:       1454 RPM
[juan@nocturno][~]>


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/dev/acpi/acpi_aiboost.c
cvs rdiff -r1.42 -r1.43 src/sys/dev/acpi/files.acpi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.