<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/acpi_support, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC Rev. 1.8:</title>
<updated>2005-08-11T15:35:58+00:00</updated>
<author>
<name>Markus Brueffer</name>
<email>markus@FreeBSD.org</email>
</author>
<published>2005-08-11T15:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ab8a4e2f41b12c8122eb4849e8aaa8f1aeefcc58'/>
<id>ab8a4e2f41b12c8122eb4849e8aaa8f1aeefcc58</id>
<content type='text'>
  Don't lock when holding led_mtx, instead use AcpiOsQueueForExecution to defer
  the locking.

  Idea taken from: acpi_asus(4)

  Approved by:    philip
  Reported by:    avatar
                  Gordon Bergling &lt;gbergling@0xfce3.net&gt;

Approved by:	re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Don't lock when holding led_mtx, instead use AcpiOsQueueForExecution to defer
  the locking.

  Idea taken from: acpi_asus(4)

  Approved by:    philip
  Reported by:    avatar
                  Gordon Bergling &lt;gbergling@0xfce3.net&gt;

Approved by:	re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the ID of my Thinkpad R40.  Makes the module detect and with the</title>
<updated>2005-06-17T17:10:16+00:00</updated>
<author>
<name>Martin Cracauer</name>
<email>cracauer@FreeBSD.org</email>
</author>
<published>2005-06-17T17:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c1204267caee0bbd2045c9d32407494985b73b54'/>
<id>c1204267caee0bbd2045c9d32407494985b73b54</id>
<content type='text'>
exception of fans everything seems to work fine.  No ill effects
observed.
Reviewed by:	Nate Lawson (on acpi list)
Approved by:	re (Ken Smith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
exception of fans everything seems to work fine.  No ill effects
observed.
Reviewed by:	Nate Lawson (on acpi list)
Approved by:	re (Ken Smith)
</pre>
</div>
</content>
</entry>
<entry>
<title>- Only create the led(4) interface, if setting the thinklight is possible</title>
<updated>2005-06-10T11:56:18+00:00</updated>
<author>
<name>Markus Brueffer</name>
<email>markus@FreeBSD.org</email>
</author>
<published>2005-06-10T11:56:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4aea1563d6408a4f07379785f04355a3ae337c02'/>
<id>4aea1563d6408a4f07379785f04355a3ae337c02</id>
<content type='text'>
- Initialize val_ec with the content of the volume EC register
  for ACPI_IBM_METHOD_VOLUME and ACPI_IBM_METHOD_MUTE in acpi_ibm_sysctl_set()
  if there is no CMOS handle present. This fixes setting volume and mute on
  such models.

Submitted by:	ru
Approved by:	philip
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Initialize val_ec with the content of the volume EC register
  for ACPI_IBM_METHOD_VOLUME and ACPI_IBM_METHOD_MUTE in acpi_ibm_sysctl_set()
  if there is no CMOS handle present. This fixes setting volume and mute on
  such models.

Submitted by:	ru
Approved by:	philip
</pre>
</div>
</content>
</entry>
<entry>
<title>Import a mostly rewritten and extended version of acpi_ibm:</title>
<updated>2005-06-09T20:17:32+00:00</updated>
<author>
<name>Markus Brueffer</name>
<email>markus@FreeBSD.org</email>
</author>
<published>2005-06-09T20:17:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a4bfd6388f1cb97a2e36a001661f262fd509d758'/>
<id>a4bfd6388f1cb97a2e36a001661f262fd509d758</id>
<content type='text'>
- Restructured for easier extensibility and maintainability
- To be more uniform with the other ACPI extras drivers and to better reflect
  their actual meaning, some sysctls were moved:
    o brightness -&gt; lcd_brightness
    o keylight   -&gt; thinklight
    o enable     -&gt; events
    o misckey    -&gt; hotkey
    o avail_mask -&gt; availmask
    o key_mask   -&gt; eventmask
- New "initialmask" sysctl, which holds the initial eventmask
- The "wlan" sysctl is now read-only, since writing to it didn't have
  any effect
- The "version" sysctl was removed, since it seems to be the same (0x100)
  on all models I have seen
- Support for more hotkeys by the "hotkey" sysctl
- Improved support of ACPI events. Disabled by default, since it unexpectedly
  changes the behaviour of some keys. (on my T41p there are now 24 different
  keypress events that get reported)
- write support for: volume, mute, lcd_brightness and thinklight
- led(4) interface for the thinklight [1]
- New sysctls "fan" and "fan_speed" to support reading of fan status and speed
- New sysctl "thermal" to support reading of up to 8 thermal sensors

Reviewed by:	philip
Approved by:	philip
Submitted by:	simon [1]
Inspired by:	The Linux ibm_acpi driver by Borislav Deianov
		  http://ibm-acpi.sourceforge.net/
		The ThinkPad Button program (tpb) by Markus Braun
		  http://www.nongnu.org/tpb/
Thanks to:	brueffer, dvl, njl, philip, simon, takawata and the many
		testers from freebsd-acpi@ and freebsd-mobile@
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Restructured for easier extensibility and maintainability
- To be more uniform with the other ACPI extras drivers and to better reflect
  their actual meaning, some sysctls were moved:
    o brightness -&gt; lcd_brightness
    o keylight   -&gt; thinklight
    o enable     -&gt; events
    o misckey    -&gt; hotkey
    o avail_mask -&gt; availmask
    o key_mask   -&gt; eventmask
- New "initialmask" sysctl, which holds the initial eventmask
- The "wlan" sysctl is now read-only, since writing to it didn't have
  any effect
- The "version" sysctl was removed, since it seems to be the same (0x100)
  on all models I have seen
- Support for more hotkeys by the "hotkey" sysctl
- Improved support of ACPI events. Disabled by default, since it unexpectedly
  changes the behaviour of some keys. (on my T41p there are now 24 different
  keypress events that get reported)
- write support for: volume, mute, lcd_brightness and thinklight
- led(4) interface for the thinklight [1]
- New sysctls "fan" and "fan_speed" to support reading of fan status and speed
- New sysctl "thermal" to support reading of up to 8 thermal sensors

Reviewed by:	philip
Approved by:	philip
Submitted by:	simon [1]
Inspired by:	The Linux ibm_acpi driver by Borislav Deianov
		  http://ibm-acpi.sourceforge.net/
		The ThinkPad Button program (tpb) by Markus Braun
		  http://www.nongnu.org/tpb/
Thanks to:	brueffer, dvl, njl, philip, simon, takawata and the many
		testers from freebsd-acpi@ and freebsd-mobile@
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix my copyright.</title>
<updated>2005-05-14T10:51:16+00:00</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2005-05-14T10:51:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=914ee8ba4b690b31e9f19022894189c2df197aea'/>
<id>914ee8ba4b690b31e9f19022894189c2df197aea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync with Linux acpi4asus, adding support for loads of new models.</title>
<updated>2005-05-09T12:51:48+00:00</updated>
<author>
<name>Philip Paeps</name>
<email>philip@FreeBSD.org</email>
</author>
<published>2005-05-09T12:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=18d92cd86c87f38d7156912eb4949df45c0f580a'/>
<id>18d92cd86c87f38d7156912eb4949df45c0f580a</id>
<content type='text'>
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Asus V6V[1] and W1N notebooks.</title>
<updated>2005-05-09T08:43:49+00:00</updated>
<author>
<name>Philip Paeps</name>
<email>philip@FreeBSD.org</email>
</author>
<published>2005-05-09T08:43:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=caac49960ba0da450a0b8ca0d1ed886f620bc009'/>
<id>caac49960ba0da450a0b8ca0d1ed886f620bc009</id>
<content type='text'>
Submitted by:	Jean-Sébastien Pédron &lt;jspedron@club-internet.fr&gt; [1]
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Jean-Sébastien Pédron &lt;jspedron@club-internet.fr&gt; [1]
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a small locking error.</title>
<updated>2005-04-04T10:21:20+00:00</updated>
<author>
<name>Philip Paeps</name>
<email>philip@FreeBSD.org</email>
</author>
<published>2005-04-04T10:21:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b308de8beb50d84fd7fcfea2897f8d5aa3dc9961'/>
<id>b308de8beb50d84fd7fcfea2897f8d5aa3dc9961</id>
<content type='text'>
Submitted by:	Anish Mistry &lt;mistry.7@osu.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Anish Mistry &lt;mistry.7@osu.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a taskqueue for led-handling to prevent a potential panic.</title>
<updated>2005-03-30T15:06:11+00:00</updated>
<author>
<name>Philip Paeps</name>
<email>philip@FreeBSD.org</email>
</author>
<published>2005-03-30T15:06:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4d2743aec5db5875080f6ba02d81af0889429a17'/>
<id>4d2743aec5db5875080f6ba02d81af0889429a17</id>
<content type='text'>
Submitted by:	pjd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	pjd
</pre>
</div>
</content>
</entry>
</feed>
