| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Make the sudden motion sensor work on older models and add a bit of
debugging.
Submitted by: Christoph Langguth <christoph at rosenkeller.org>
Approved by: re (kib)
Notes:
svn path=/stable/8/; revision=197417
|
| |
|
|
|
|
|
|
|
|
| |
Make dev.asmc.N.light.control writable by everyone.
Submitted by: Patrick Lamaiziere <patfbsd at davenulle.org>
Approved by: re (rwatson)
Notes:
svn path=/stable/8/; revision=196694
|
| |
|
|
|
|
|
|
|
| |
Submitted by: Christoph Langguth <christoph at rosenkeller.org>
MFC after: 2 weeks
Approved by: re (kib)
Notes:
svn path=/head/; revision=195046
|
| |
|
|
| |
Notes:
svn path=/head/; revision=193530
|
| |
|
|
|
|
|
|
|
|
| |
Submitted by: ganbold
Found with: Coverity Prevent(tm)
CID: 2434
MFC after: 1 week
Notes:
svn path=/head/; revision=185433
|
| |
|
|
|
|
|
| |
Obtained from: mactel-linux
Notes:
svn path=/head/; revision=182850
|
| |
|
|
|
|
|
|
|
|
| |
sensors and some fans.
As I don't own this machine, I could not test this patch.
Obtained from: applesmc Linux driver.
Notes:
svn path=/head/; revision=178145
|
| |
|
|
|
|
|
|
|
|
| |
module. Instead, use resource_disabled() that doesn't depend on any
module.
Noticed by: Ian FREISLICH <ianf at clue.co.za>
Notes:
svn path=/head/; revision=178122
|
| |
|
|
| |
Notes:
svn path=/head/; revision=178118
|
| |
|
|
|
|
|
|
| |
previous value.
While there, lower the delay for the misterious key.
Notes:
svn path=/head/; revision=177979
|
| |
|
|
|
|
|
|
| |
* Fix the login in asmc_init().
* Change the INIT2 constant to reflect the same change in the Linux driver.
Notes:
svn path=/head/; revision=177977
|
| |
|
|
| |
Notes:
svn path=/head/; revision=177976
|
| |
|
|
|
|
|
|
|
|
|
| |
dependency on isa. We are now an acpi child.
Also:
* Add compile time debugging activation
* Increase the delay for the SMS init flag.
Notes:
svn path=/head/; revision=177972
|
| |
|
|
| |
Notes:
svn path=/head/; revision=177941
|
| |
|
|
|
|
|
|
|
|
| |
so that this macro expands in the right place.
Submitted by: Ed Schouten <ed at fxq.nl>
Approved by: njl (mentor)
Notes:
svn path=/head/; revision=173851
|
|
|
present on the MacBook, MacBook Pro, and Intel MacMini.
This driver exports information via sysctl in its private sysctl tree
dev.asmc.*. You can get information about temperatures, fan speeds, the
keyboard light sensor and the Sudden Motion Sensor (SMS).
The SMS is very useful to park the disk heads when the laptop is
moved. Basically, the SMS is setup so that, under movement, we get an
interrupt on irq 6 and a devd notification is sent.
Sponsored by: Google Summer of Code 2007
Approved by: njl (mentor)
Reviewed by: attilio (previous version, but very similar), jhb (interrupt
specific review)
Notes:
svn path=/head/; revision=173426
|