FreeBSD Bugzilla – Attachment 98304 Details for
Bug 137171
[patch] replacement of k8temp(4) by amdtemp(4) isn't reflected in documentation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.67 KB, created by
Valentin Davydov
on 2009-07-27 12:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Valentin Davydov
Created:
2009-07-27 12:50:01 UTC
Size:
1.67 KB
patch
obsolete
>--- src/share/man/man4/Makefile.orig 2009-06-18 10:09:47.000000000 +0400 >+++ src/share/man/man4/Makefile 2009-07-27 15:04:59.000000000 +0400 >@@ -568,7 +568,7 @@ > _if_nxge.4= if_nxge.4 > _if_wpi.4= if_wpi.4 > _ipmi.4= ipmi.4 >-_k8temp.4= k8temp.4 >+_k8temp.4= amdtemp.4 > _nfe.4= nfe.4 > _nfsmb.4= nfsmb.4 > _nve.4= nve.4 > >--- src/share/man/man4/k8temp.4 2008-07-06 20:24:50.000000000 +0400 >+++ src/share/man/man4/amdtemp.4 2009-07-27 13:45:03.000000000 +0400 >@@ -23,27 +23,27 @@ > .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF > .\" SUCH DAMAGE. > .\" >-.\" $FreeBSD: src/share/man/man4/k8temp.4,v 1.1.2.1 2008/07/06 16:24:50 rpaulo Exp $ >+.\" $FreeBSD: src/share/man/man4/amdtemp.4,v 1.1.2.1 2008/07/06 16:24:50 rpaulo Exp $ > .\" > .Dd April 8, 2008 > .Dt K8TEMP 4 > .Os > .Sh NAME >-.Nm k8temp >+.Nm amdtemp > .Nd device driver for AMD K8 on-die digital thermal sensor > .Sh SYNOPSIS > To compile this driver into the kernel, > place the following line in your > kernel configuration file: > .Bd -ragged -offset indent >-.Cd "device k8temp" >+.Cd "device amdtemp" > .Ed > .Pp > Alternatively, to load the driver as a > module at boot time, place the following line in > .Xr loader.conf 5 : > .Bd -literal -offset indent >-k8temp_load="YES" >+amdtemp_load="YES" > .Ed > .Sh DESCRIPTION > The >@@ -55,7 +55,7 @@ > .Nm > driver reports each cores' temperature through a sysctl node in the > corresponding CPU devices's sysctl tree, named >-.Va dev.k8temp.%d.sensor{0,1}.core{0,1} . >+.Va dev.amdtemp.%d.sensor{0,1}.core{0,1} . > .Va dev.cpu.%d.temperature > is also created and it displays the maximum temperature of the two sensors > located in each CPU core.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 137171
: 98304