<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sys/dev/acpi_support, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-12-23T08:10:53Z</updated>
<entry>
<title>acpi_wmi(4): Allow attachment to ACPI node if EC is not found</title>
<updated>2020-12-23T08:10:53Z</updated>
<author>
<name>Vladimir Kondratyev</name>
<email>wulf@FreeBSD.org</email>
</author>
<published>2020-12-21T15:48:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=bde56c99426431c6319afd35c2a3cd66e315034a'/>
<id>urn:sha1:bde56c99426431c6319afd35c2a3cd66e315034a</id>
<content type='text'>
Conducted tests showed that Embedded Controller is not mandatory for
WMI extensions to work.

Reported-by:	yuripv
Reviewed-by:	avg
MFC-after:	2 weeks
Differential-Revision:	https://reviews.freebsd.org/D27653
</content>
</entry>
<entry>
<title>acpi_wmi(4): Add ACPI_PNP_INFO</title>
<updated>2020-10-31T22:19:39Z</updated>
<author>
<name>Vladimir Kondratyev</name>
<email>wulf@FreeBSD.org</email>
</author>
<published>2020-10-31T22:19:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=58ea3386f36601ab31cfc57b1e89e92f0ca9cca9'/>
<id>urn:sha1:58ea3386f36601ab31cfc57b1e89e92f0ca9cca9</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>acpi_support: clean up empty lines in .c and .h files</title>
<updated>2020-09-01T21:34:04Z</updated>
<author>
<name>Mateusz Guzik</name>
<email>mjg@FreeBSD.org</email>
</author>
<published>2020-09-01T21:34:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3149873ac3bd840d2745d01ef4c8896f817dca7c'/>
<id>urn:sha1:3149873ac3bd840d2745d01ef4c8896f817dca7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>acpi_ibm(4): Rename disengaged mode to unthrottled mode.</title>
<updated>2020-06-24T19:51:03Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2020-06-24T19:51:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ddf1843203f268ef18568eb88e725dd9e5ffd26e'/>
<id>urn:sha1:ddf1843203f268ef18568eb88e725dd9e5ffd26e</id>
<content type='text'>
This mode was added in r362496.  Rename it to make the meaning more
clear.

PR:		247306
Suggested by:	rpokala
Submitted by:	Ali Abdallah &lt;ali.abdallah@suse.com&gt;
MFC with:	r362496
</content>
</entry>
<entry>
<title>acpi_ibm(4): Add support for putting fans in disengaged mode.</title>
<updated>2020-06-22T12:36:05Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2020-06-22T12:36:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9f763f0092b21ff5573185931b729b504fc33dde'/>
<id>urn:sha1:9f763f0092b21ff5573185931b729b504fc33dde</id>
<content type='text'>
PR:		247306
Submitted by:	Ali Abdallah &lt;ali.abdallah@suse.com&gt;
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Avoid using a variable solely for sizes that are never meant to be</title>
<updated>2020-04-11T07:24:57Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2020-04-11T07:24:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2cafe2f90ca5d7c0ac859db440fa4159f442f128'/>
<id>urn:sha1:2cafe2f90ca5d7c0ac859db440fa4159f442f128</id>
<content type='text'>
modified runtime.

No functional change.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)</title>
<updated>2020-02-26T14:26:36Z</updated>
<author>
<name>Pawel Biernacki</name>
<email>kaktus@FreeBSD.org</email>
</author>
<published>2020-02-26T14:26:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=7029da5c36f2d3cf6bb6c81bf551229f416399e8'/>
<id>urn:sha1:7029da5c36f2d3cf6bb6c81bf551229f416399e8</id>
<content type='text'>
r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that are
still not MPSAFE (or already are but aren’t properly marked).
Use it in preparation for a general review of all nodes.

This is non-functional change that adds annotations to SYSCTL_NODE and
SYSCTL_PROC nodes using one of the soon-to-be-required flags.

Mark all obvious cases as MPSAFE.  All entries that haven't been marked
as MPSAFE before are by default marked as NEEDGIANT

Approved by:	kib (mentor, blanket)
Commented by:	kib, gallatin, melifaro
Differential Revision:	https://reviews.freebsd.org/D23718
</content>
</entry>
<entry>
<title>acpi_ibm: remove superfluous cast</title>
<updated>2020-02-02T20:56:18Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2020-02-02T20:56:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2927ab0397eeb331fbb417feceadd83946df116f'/>
<id>urn:sha1:2927ab0397eeb331fbb417feceadd83946df116f</id>
<content type='text'>
Reported by:	kib
</content>
</entry>
<entry>
<title>acpi_ibm: whitespace and wrapping cleanup</title>
<updated>2020-02-02T19:01:16Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2020-02-02T19:01:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=66671c14283bfbaa2553fca559069341c5115688'/>
<id>urn:sha1:66671c14283bfbaa2553fca559069341c5115688</id>
<content type='text'>
</content>
</entry>
<entry>
<title>acpi_ibm: whitespace fixup</title>
<updated>2020-02-02T18:07:47Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2020-02-02T18:07:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4382f0f7a95ccc25804a430f0a66580bdb45fe10'/>
<id>urn:sha1:4382f0f7a95ccc25804a430f0a66580bdb45fe10</id>
<content type='text'>
</content>
</entry>
</feed>
