NAME
uguru
—
ABIT temperature, voltage and fan
sensors
SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device uguru0 at isa? port
0xe0
Alternatively, to load the driver as a module at boot time, place the following lines in loader.conf(5):
uguru_load="YES"
DESCRIPTION
Theuguru
driver provides support for the
microcontroller found in various ABIT motherboards which serves as the gateway
chip between system management software and hardware. Sensor values are made
available through the
sysctl(8) interface.
SEE ALSO
HISTORY
The uguru
driver first appeared in
OpenBSD 4.8.
AUTHORS
The uguru
driver was written by
Mikko Tolmunen
<oskari@sefirosu.org>.
It was adapted to DragonFly by
Sascha Wildner.
BUGS
Interrupt support is unimplemented.