<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/acpi_support, 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>s/struct device */device_t/g</title>
<updated>2016-05-04T06:26:27Z</updated>
<author>
<name>Adrian Chadd</name>
<email>adrian@FreeBSD.org</email>
</author>
<published>2016-05-04T06:26:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a8cd03934180f9f92e786912ad148560706e0973'/>
<id>urn:sha1:a8cd03934180f9f92e786912ad148560706e0973</id>
<content type='text'>
Submitted by:	kmacy
</content>
</entry>
<entry>
<title>sys/dev: minor spelling fixes.</title>
<updated>2016-05-03T03:41:25Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-05-03T03:41:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=453130d9bfc1c6d68b366dfcb041689d69f81295'/>
<id>urn:sha1:453130d9bfc1c6d68b366dfcb041689d69f81295</id>
<content type='text'>
Most affect comments, very few have user-visible effects.
</content>
</entry>
<entry>
<title>sys: Make use of our rounddown() macro when sys/param.h is available.</title>
<updated>2016-04-30T14:41:18Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-04-30T14:41:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4ed3c0e713adac46dcca8a9ee668221399b7b659'/>
<id>urn:sha1:4ed3c0e713adac46dcca8a9ee668221399b7b659</id>
<content type='text'>
No functional change.
</content>
</entry>
<entry>
<title>Fix previous commit (r284357)</title>
<updated>2015-06-13T22:29:43Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-06-13T22:29:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=62692eb1b9171d74ffb4cd9e522e236f8fa52ef1'/>
<id>urn:sha1:62692eb1b9171d74ffb4cd9e522e236f8fa52ef1</id>
<content type='text'>
I forgot to convert the &amp;&amp; to a ||

Pointyhat to: ngie
X-MFC with: r283678, r284336, r284357
</content>
</entry>
<entry>
<title>Fix inverted check by skipping over the model-specific checks if the maker</title>
<updated>2015-06-13T22:27:59Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-06-13T22:27:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=63605044cf2ae0070606874dac71d080505a2779'/>
<id>urn:sha1:63605044cf2ae0070606874dac71d080505a2779</id>
<content type='text'>
or product is NULL, not if they are both not NULL

Reported by: araujo, kib
X-MFC with: r283678, r284336
Pointyhat to: allanjude
</content>
</entry>
<entry>
<title>acpi_ibm.ko panics if SMBIOS information is not available</title>
<updated>2015-06-13T05:55:26Z</updated>
<author>
<name>Allan Jude</name>
<email>allanjude@FreeBSD.org</email>
</author>
<published>2015-06-13T05:55:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=890cfe7eedd8f0025e2ed73932c1bb862d60a67f'/>
<id>urn:sha1:890cfe7eedd8f0025e2ed73932c1bb862d60a67f</id>
<content type='text'>
Add a check for NULL before strcmp on smbios information incase it is not populated

Differential Revision:	https://reviews.freebsd.org/D2750
Reviewed by:	ngie, jhb
Approved by:	rpaulo
Sponsored by:	ScaleEngine Inc.
</content>
</entry>
<entry>
<title>acpi_ibm: add per-model default events mask.</title>
<updated>2015-05-29T05:28:24Z</updated>
<author>
<name>Rui Paulo</name>
<email>rpaulo@FreeBSD.org</email>
</author>
<published>2015-05-29T05:28:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=78fd538146009a899ec8b3198421b024f0a2b0b6'/>
<id>urn:sha1:78fd538146009a899ec8b3198421b024f0a2b0b6</id>
<content type='text'>
Add support for the hotkeys on a Lenovo X1 3rd gen. This also enables
event reporting by default.
</content>
</entry>
<entry>
<title>This implements default-state support as described in:</title>
<updated>2015-05-24T07:45:42Z</updated>
<author>
<name>Ganbold Tsagaankhuu</name>
<email>ganbold@FreeBSD.org</email>
</author>
<published>2015-05-24T07:45:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3a9ac40382469a3ce163a2d4379bd8c41cdf6b47'/>
<id>urn:sha1:3a9ac40382469a3ce163a2d4379bd8c41cdf6b47</id>
<content type='text'>
https://www.kernel.org/doc/Documentation/devicetree/bindings/leds/leds-gpio.txt

Without this booting the VSATV102 causes the blue "working" led to turn
off when the kernel starts up. With this the led (which is turned on by
the firmware) stays on since that's the default state specified in the FDT.

Expanded the meaning of the led_create_state state parameter in order
to implement support for "keep". The original values were:

== 0             Off
!= 0             On

The new values are:

== -1            don't change / keep current setting
== 0             Off
!= -1 &amp;&amp; != 0    On

This should have no effect on acpi_asus_attach which only calls
led_create_state with state set to 1. Updated acpi_ibm_attach
in order to avoid surprises.

Differential Revision:	https://reviews.freebsd.org/D2615
Submitted by:	John Wehle
Reviewed by:	gonzo, loos
</content>
</entry>
<entry>
<title>acpi_ibm: whitespace.</title>
<updated>2015-05-16T20:06:39Z</updated>
<author>
<name>Rui Paulo</name>
<email>rpaulo@FreeBSD.org</email>
</author>
<published>2015-05-16T20:06:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fe3155baa89d888d48bea953fdee0443daf42a96'/>
<id>urn:sha1:fe3155baa89d888d48bea953fdee0443daf42a96</id>
<content type='text'>
</content>
</entry>
</feed>
