<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/amdtemp, branch release/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-03-28T08:55:34Z</updated>
<entry>
<title>MFC: r263169</title>
<updated>2014-03-28T08:55:34Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2014-03-28T08:55:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2ba01ba287da03445b026e767bc360b461a0e569'/>
<id>urn:sha1:2ba01ba287da03445b026e767bc360b461a0e569</id>
<content type='text'>
Add support for AMD Family 16h (Kabini) sensor devices.

PR:		186587
Submitted by:	David Rufino &lt;david.rufino at gmail.com&gt;
</content>
</entry>
<entry>
<title>Add support for my:</title>
<updated>2013-08-26T17:38:36Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2013-08-26T17:38:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=534b11a1313ec466317614654e94f0821e94eeab'/>
<id>urn:sha1:534b11a1313ec466317614654e94f0821e94eeab</id>
<content type='text'>
CPU: AMD A10-5700 APU with Radeon(tm) HD Graphics    (3393.89-MHz K8-class CPU)
</content>
</entry>
<entry>
<title>Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays</title>
<updated>2013-01-30T18:01:20Z</updated>
<author>
<name>Sofian Brabez</name>
<email>sbz@FreeBSD.org</email>
</author>
<published>2013-01-30T18:01:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=61bfd867626dad25026bafcbc5fbc595d9e85417'/>
<id>urn:sha1:61bfd867626dad25026bafcbc5fbc595d9e85417</id>
<content type='text'>
Reviewed by:	cognet
Approved by:	cognet
</content>
</entry>
<entry>
<title>This isn't functionally identical.  In some cases a hint to disable</title>
<updated>2012-10-22T13:06:09Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-10-22T13:06:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a8de37b0244d1101e634922d018579cc3073318f'/>
<id>urn:sha1:a8de37b0244d1101e634922d018579cc3073318f</id>
<content type='text'>
unit 0 would in fact disable all units.

This reverts r241856

Approved by: cperciva (implicit)
</content>
</entry>
<entry>
<title>Now that device disabling is generic, remove extraneous code from the</title>
<updated>2012-10-22T03:41:14Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-10-22T03:41:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=76b7512247ab3bdfffaa4663ff1cc9b6c29cc915'/>
<id>urn:sha1:76b7512247ab3bdfffaa4663ff1cc9b6c29cc915</id>
<content type='text'>
device drivers that used to provide this feature.

Reviewed by:	des
Approved by:	cperciva
MFC after:	1 week
</content>
</entry>
<entry>
<title>- Add support for Family 12h, 14h and 15h processors.</title>
<updated>2012-02-24T00:02:46Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2012-02-24T00:02:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=074d80ac138cb1032cd093af72f19d3201e74bee'/>
<id>urn:sha1:074d80ac138cb1032cd093af72f19d3201e74bee</id>
<content type='text'>
- Remove all attempts to guess physical temperature using DiodeOffset.
There are too many reports that it varies wildly depending on motherboard.
Instead, if it is known to scale well and its offset is known from other
temperature sensors on board, the user may set "dev.amdtemp.0.sensor_offset"
tunable to compensate the difference.  Document the caveats in amdtemp(4).
- Add a quirk for Socket AM2 Revision G processors.  These processors are
known to have a different offset according to Linux k8temp driver.
- Warn about Family 10h Erratum 319.  These processors have broken sensors.
- Report temperature in more logical orders under dev.amdtemp node.  For
example, "dev.amdtemp.0.sensor0.core0" is now "dev.amdtemp.0.core0.sensor0".
- Replace K8, K10 and K11 with official processor names in amdtemp(4).
</content>
</entry>
<entry>
<title>Restore (undocumented) support for early revisions and add more comments.</title>
<updated>2009-09-14T23:08:19Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2009-09-14T23:08:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fdfa6079a24b6a11b76b15d102b8707fbe5d32de'/>
<id>urn:sha1:fdfa6079a24b6a11b76b15d102b8707fbe5d32de</id>
<content type='text'>
Reported by:	kris
</content>
</entry>
<entry>
<title>Fix typos in comments from the previous commit.</title>
<updated>2009-09-11T22:05:59Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2009-09-11T22:05:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7ca2d97bbd23badd039a2c8e125f2183ae24bd9b'/>
<id>urn:sha1:7ca2d97bbd23badd039a2c8e125f2183ae24bd9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve amdtemp(4) significantly:</title>
<updated>2009-09-11T21:47:44Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2009-09-11T21:47:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a4165bba6f21e4e977c45105567d8f38e6f76f9e'/>
<id>urn:sha1:a4165bba6f21e4e977c45105567d8f38e6f76f9e</id>
<content type='text'>
- Improve newer AMD processor support (Family 0Fh Revision F and later).
- Adjust offset if DiodeOffet is set and valid.  Note it is experimental
but it seems to give us more realistic temperatures.  Newer Linux driver
blindly adds 21C for Family 0Fh desktop processors, however.
- Always populate dev.cpu and dev.amdtemp sysctl trees regardless of probe
order for consistency.  Previously, dev.cpu.N.temperature was not populated
if amdtemp was loaded later than ACPI CPU driver and temperatures were not
accessible from dev.amdtemp.N.sensor0 tree for Family 10h/11h processors.
- Read the CPUID from PCI register instead of CPUID instruction to prevent
possible revision mismatches on multi-socket system.
- Change macros and variables to make them closer to AMD documents.
- Fix style(9) nits and improve comments.
</content>
</entry>
<entry>
<title>Temporarily revert the new-bus locking for 8.0 release.  It will be</title>
<updated>2009-08-20T19:17:53Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2009-08-20T19:17:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a56fe095f0d5fb20fc70b784acb0cd2d367d3e79'/>
<id>urn:sha1:a56fe095f0d5fb20fc70b784acb0cd2d367d3e79</id>
<content type='text'>
reintroduced after HEAD is reopened for commits by re@.

Approved by:	re (kib), attilio
</content>
</entry>
</feed>
