History log of /freebsd/sys/dev/asmc/asmc.c (Results 76 – 100 of 115)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 09c817ba 03-Jul-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

- MFC


# be80e49a 26-Jun-2009 Rui Paulo <rpaulo@FreeBSD.org>

Add support for MacBook4,1.

Submitted by: Christoph Langguth <christoph at rosenkeller.org>
MFC after: 2 weeks
Approved by: re (kib)


# 7e857dd1 12-Jun-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

- Merge from HEAD


# 129d3046 05-Jun-2009 Jung-uk Kim <jkim@FreeBSD.org>

Import ACPICA 20090521.


# aaac7452 03-Jun-2009 Jung-uk Kim <jkim@FreeBSD.org>

Chase ACPICA API changes (for kernel and boot loader).


Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0
# e57c2b13 04-Dec-2008 Dag-Erling Smørgrav <des@FreeBSD.org>

integrate from head@185615


# 47105877 29-Nov-2008 Rui Paulo <rpaulo@FreeBSD.org>

Check for non-existing model DMI string.

Submitted by: ganbold
Found with: Coverity Prevent(tm)
CID: 2434
MFC after: 1 week


Revision tags: release/6.4.0_cvs, release/6.4.0
# 941f9f10 07-Sep-2008 Rui Paulo <rpaulo@FreeBSD.org>

Add support for MacBook Air. (not tested)

Obtained from: mactel-linux


# d8246db0 12-Apr-2008 Rui Paulo <rpaulo@FreeBSD.org>

Match the Mac Pro with 8 cores. This machine reports 35 temperature
sensors and some fans.
As I don't own this machine, I could not test this patch.

Obtained from: applesmc Linux driver.


# 9cb3ef6e 11-Apr-2008 Rui Paulo <rpaulo@FreeBSD.org>

Don't call acpi_disabled() because we are not part of the acpi.ko
module. Instead, use resource_disabled() that doesn't depend on any
module.

Noticed by: Ian FREISLICH <ianf at clue.co.za>


# 4c061448 11-Apr-2008 Rui Paulo <rpaulo@FreeBSD.org>

Style nit. No functional change.


# b75dfbe8 07-Apr-2008 Rui Paulo <rpaulo@FreeBSD.org>

Actually, I was looking at the wrong Linux .c file. Set INIT2 to its
previous value.
While there, lower the delay for the misterious key.


# 4fb9bf66 07-Apr-2008 Rui Paulo <rpaulo@FreeBSD.org>

* Add missing #else in the #ifdef DEBUG section.
* Fix the login in asmc_init().
* Change the INIT2 constant to reflect the same change in the Linux driver.


# 4470f0f3 07-Apr-2008 Rui Paulo <rpaulo@FreeBSD.org>

The SMC is represented on the acpi tables, so we can completely remove
dependency on isa. We are now an acpi child.

Also:
* Add compile time debugging activation
* Increase the delay for the SMS i

The SMC is represented on the acpi tables, so we can completely remove
dependency on isa. We are now an acpi child.

Also:
* Add compile time debugging activation
* Increase the delay for the SMS init flag.

show more ...


# 8aa9e82e 05-Apr-2008 John Baldwin <jhb@FreeBSD.org>

Move INTR_FILTER from opt_global.h to its own header.


Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0
# 4b07bf84 23-Nov-2007 Rui Paulo <rpaulo@FreeBSD.org>

Move ASMC_FAN_FUNCS in the Macmini structure declaration one line up
so that this macro expands in the right place.

Submitted by: Ed Schouten <ed at fxq.nl>
Approved by: njl (mentor)


# 32a8088f 07-Nov-2007 Rui Paulo <rpaulo@FreeBSD.org>

Driver for the Apple System Management Console (SMC). This hardware is
present on the MacBook, MacBook Pro, and Intel MacMini.

This driver exports information via sysctl in its private sysctl tree
d

Driver for the Apple System Management Console (SMC). This hardware is
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)

show more ...


Revision tags: release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0
# 1ee774f6 02-Oct-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

- MFC


# f17bca82 14-Sep-2009 Rui Paulo <rpaulo@FreeBSD.org>

Use %zu for size_t.
Fix printf format string (again)

Pointed out by: bde, ed


# b660846e 14-Sep-2009 Rui Paulo <rpaulo@FreeBSD.org>

Fix previous commit. I got it backwards.

MFC after: 1 week


# e1311070 14-Sep-2009 Rui Paulo <rpaulo@FreeBSD.org>

Fix printf format string in asmc_key_dump().

Spotted by: tinderbox
MFC after: 1 week


# 1269f4d4 14-Sep-2009 Rui Paulo <rpaulo@FreeBSD.org>

Make the sudden motion sensor work on older models and add a bit of
debugging.

Submitted by: Christoph Langguth <christoph at rosenkeller.org>
MFC after: 1 week


# cbd59a4f 08-Sep-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

- MFC from head@196987


# 3471c35d 23-Aug-2009 Rui Paulo <rpaulo@FreeBSD.org>

Make dev.asmc.N.light.control writable by everyone.

Submitted by: Patrick Lamaiziere <patfbsd at davenulle.org>
MFC after: 1 week


# 09c817ba 03-Jul-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

- MFC


12345