<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/amdtemp, branch release/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2016-05-22T13:58:32Z</updated>
<entry>
<title>Fix the deciKelvin to Celsius conversion in kernel.</title>
<updated>2016-05-22T13:58:32Z</updated>
<author>
<name>Luiz Otavio O Souza</name>
<email>loos@FreeBSD.org</email>
</author>
<published>2016-05-22T13:58:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9d6672e13bcdcb4d21f78db028570820ec9c2102'/>
<id>urn:sha1:9d6672e13bcdcb4d21f78db028570820ec9c2102</id>
<content type='text'>
After r285994, sysctl(8) was fixed to use 273.15 instead of 273.20 as 0C
reference and as result, the temperature read in sysctl(8) now exibits a
+0.1C difference.

This commit fix the kernel references to match the reference value used in
sysctl(8) after r285994.

Sponsored by:	Rubicon Communications (Netgate)
</content>
</entry>
<entry>
<title>Add PCI ID for family 10h model 30h to amdtemp(4).</title>
<updated>2016-04-19T15:07:04Z</updated>
<author>
<name>Luiz Otavio O Souza</name>
<email>loos@FreeBSD.org</email>
</author>
<published>2016-04-19T15:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=df20515d58eaa5c20dd12e565e41803ad3b8238a'/>
<id>urn:sha1:df20515d58eaa5c20dd12e565e41803ad3b8238a</id>
<content type='text'>
This adds support to CPU found in PC Engines APU2 series.

MFC after:	3 weeks
Sponsored by:	Rubicon Communications (Netgate)
</content>
</entry>
<entry>
<title>Add one more AMD Kaveri APU device ID.</title>
<updated>2014-10-13T13:13:42Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2014-10-13T13:13:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9bfafa105547b490aab3f0cf465485024184e989'/>
<id>urn:sha1:9bfafa105547b490aab3f0cf465485024184e989</id>
<content type='text'>
Submitted by:	Remy Nonnenmacher &lt;remy.nonnenmacher@activnetworks.com&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add support for AMD Family 16h (Kabini) sensor devices.</title>
<updated>2014-03-14T12:15:28Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2014-03-14T12:15:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2b56f12b7e8554f427ceffb33843ecf85ddcaaf6'/>
<id>urn:sha1:2b56f12b7e8554f427ceffb33843ecf85ddcaaf6</id>
<content type='text'>
PR:		186587
Submitted by:	David Rufino &lt;david.rufino at gmail.com&gt;
MFC after:	2 weeks
</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-test2/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-test2/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-test2/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-test2/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-test2/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-test2/commit/?id=fdfa6079a24b6a11b76b15d102b8707fbe5d32de'/>
<id>urn:sha1:fdfa6079a24b6a11b76b15d102b8707fbe5d32de</id>
<content type='text'>
Reported by:	kris
</content>
</entry>
</feed>
