summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2009-03-16 10:36:24 +0000
committerdchagin <dchagin@FreeBSD.org>2009-03-16 10:36:24 +0000
commit3e5a759eb0d9a95c845df77f36597eabac99199f (patch)
tree72b8349e75e3355c73b7dee833eb8e5711563159 /sys/amd64/conf
parent6fdc8ee7b267e576b025ea1532da6e5671c14f8d (diff)
downloadFreeBSD-src-3e5a759eb0d9a95c845df77f36597eabac99199f.zip
FreeBSD-src-3e5a759eb0d9a95c845df77f36597eabac99199f.tar.gz
Chase the k8temp->amdtemp rename in NOTES and loader.conf.
Approved by: kib (mentor)
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/NOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index 76dca9d..95ae9be 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -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/K10/K11 CPUs
#
device coretemp
-device k8temp
+device amdtemp
#
# CPU control pseudo-device. Provides access to MSRs, CPUID info and
OpenPOWER on IntegriCloud