k8temp.4freebsd

Langue: en

Version: 300806 (debian - 07/07/09)

Section: 4 (Pilotes et protocoles réseau)


BSD mandoc

NAME

k8temp - device driver for AMD K8 on-die digital thermal sensor

SYNOPSIS

To compile this driver into the kernel, place the following line in your kernel configuration file:
device k8temp

Alternatively, to load the driver as a module at boot time, place the following line in loader.conf5:

 k8temp_load="YES"
 

DESCRIPTION

The driver provides support for the on-die digital thermal sensor present in AMD K8 processors.

The driver reports each cores' temperature through a sysctl node in the corresponding CPU devices's sysctl tree, named dev.k8temp.%d.sensor{0,1}.core{0,1} dev.cpu.%d.temperature is also created and it displays the maximum temperature of the two sensors located in each CPU core.

SEE ALSO

sysctl(8)

HISTORY

The driver first appeared in Fx 7.1 .

AUTHORS

An An Rui Paulo Aq rpaulo@FreeBSD.org