man.bsd.lv manual page server

Manual Page Search Parameters

UGURU(4) Device Drivers Manual UGURU(4)

uguruABIT temperature, voltage and fan sensors

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"

The uguru 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.

intro(4), isa(4), sensorsd(8), sysctl(8)

The uguru driver first appeared in OpenBSD 4.8.

The uguru driver was written by Mikko Tolmunen <oskari@sefirosu.org>. It was adapted to DragonFly by Sascha Wildner.

Interrupt support is unimplemented.

October 17, 2010 DragonFly-5.6.1