svn commit: r189770 - head
Chagin Dmitry
dchagin at freebsd.org
Sun Mar 15 08:03:23 PDT 2009
On Fri, Mar 13, 2009 at 04:30:33PM +0000, Rui Paulo wrote:
> Author: rpaulo
> Date: Fri Mar 13 16:30:33 2009
> New Revision: 189770
> URL: http://svn.freebsd.org/changeset/base/189770
>
> Log:
> Mention k8temp -> amdtemp rename.
>
> MFC after: 2 weeks
>
> Modified:
> head/UPDATING
>
hi Rui,
please, unbreak LINT also :)
patch bellow:
Index: sys/boot/forth/loader.conf
===================================================================
--- sys/boot/forth/loader.conf (revision 189852)
+++ sys/boot/forth/loader.conf (working copy)
@@ -402,7 +402,7 @@ accf_http_load="NO" # Wait for full HTTP request
random_load="NO" # Random device
speaker_load="NO" # AT speaker module
coretemp_load="NO" # Intel Core CPU temperature monitor
-k8temp_load="NO" # AMD K8 temperature monitor
+amdtemp_load="NO" # AMD K8 temperature monitor
##############################################################
### ACPI settings ##########################################
Index: sys/amd64/conf/NOTES
===================================================================
--- sys/amd64/conf/NOTES (revision 189852)
+++ sys/amd64/conf/NOTES (working copy)
@@ -400,10 +400,10 @@ device ichwd
# Temperature sensors:
#
# coretemp: on-die sensor on Intel Core and newer CPUs
-# k8temp: on-die sensor on AMD K8 CPUs
+# amdtemp: on-die sensor on AMD K8 CPUs
#
device coretemp
-device k8temp
+device amdtemp
#
# CPU control pseudo-device. Provides access to MSRs, CPUID info and
--
Have fun!
chd
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20090315/99b7dce2/attachment.pgp
More information about the svn-src-head
mailing list