History log of /freebsd-10.1-release/sys/dev/acpi_support/acpi_panasonic.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 246128 30-Jan-2013 sbz

Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays

Reviewed by: cognet
Approved by: cognet


# 202771 21-Jan-2010 jkim

Merge ACPICA 20100121.


# 193530 05-Jun-2009 jkim

Import ACPICA 20090521.


# 188162 05-Feb-2009 imp

device_shutdown returns int.


# 170871 17-Jun-2007 mjacob

Initialize key to zero.


# 170213 02-Jun-2007 njl

Mute the main audio during reboot/shutdown. This prevents a burst of static
on the speakers of my Panasonic Y4. It might make sense to do this in the
mixer rc.d script as well.


# 159347 06-Jun-2006 nyan

Use the acpi_event_sleep_button_sleep() function instead of
the acpi_SetSleepState().

Submitted by: njl


# 159253 05-Jun-2006 nyan

Add Fn+F7 hotkey (suspend) support.

Tested by: nork


# 150003 11-Sep-2005 obrien

Canonize the include of acpi.h.


# 146216 14-May-2005 nyan

Fix my copyright.


# 138825 13-Dec-2004 njl

Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more than
one will never be supported on the same platform, this does not hurt
debugging.

MFC after: 3 days


# 137715 15-Nov-2004 imp

After discussions with Nate, repo copy the acpi assist drivers from
i386 to dev/acpi_support. In theory, these devices could be found
other than in i386 machines only as amd64 becomes more popular. These
drivers don't appear to do anything i386 specific, so move them to
dev/acpi_support. Move config lines to files so that those
architectures that don't support kernel modules can build them into
the kernel. At the same time, rename acpi_snc to acpi_sony to follow
the lead of all the other specialty devices.


# 137365 07-Nov-2004 njl

Add power profile support so that the LCD changes brightness levels based
on the AC line state.

Submitted by: OGAWA Takaya <t-ogawa@triaez.kaisei.org>
MFC after: 1 week


# 134258 24-Aug-2004 njl

Be sure to always unlock the sx lock when exiting the sysctl function.

MFC after: 3 days


# 133629 13-Aug-2004 njl

MPSAFE locking

* Serialize access to the sysctl routines and the notify handler
* Assert that the sx lock is held in any functions they call.


# 132611 24-Jul-2004 njl

Whitespace cleanup and move static variables together.


# 132501 21-Jul-2004 nyan

Add the ACPI Panasonic extras driver.

Submitted by: OGAWA Takaya <t-ogawa@triaez.kaisei.org> and nyan