Blame src/components/coretemp_freebsd/README

Packit 577717
/** 
Packit 577717
* @file:   README
Packit 577717
* CVS:     $Id$
Packit 577717
* @author: Dan Terpstra
Packit 577717
*          terpstra@icl.utk.edu
Packit 577717
* @defgroup papi_components Components
Packit 577717
* @brief Component Specific Readme file: CoreTemp FreeBSD
Packit 577717
*/
Packit 577717
Packit 577717
/** @page component_readme Component Readme 
Packit 577717
Packit 577717
@section Component Specific Information
Packit 577717
Packit 577717
coretemp_freebsd/
Packit 577717
This component is intended to access CPU On-Die Thermal Sensors in the Intel Core architecture in a FreeBSD machine using the coretemp.ko kernel module. The returned values represent Kelvin degrees.
Packit 577717
Packit 577717
*/