History log of /freebsd-10.3-release/sys/dev/acpi_support/acpi_toshiba.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 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


# 249816 23-Apr-2013 jkim

Fix white spaces.


# 249797 23-Apr-2013 eadler

Remove tautological compare.

PR: kern/176712
Submitted by: Hiren Panchasara <hiren.panchasara@gmail.com>
Approved by: cperciva (mentor)


# 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


# 193530 05-Jun-2009 jkim

Import ACPICA 20090521.


# 150003 11-Sep-2005 obrien

Canonize the include of acpi.h.


# 144074 24-Mar-2005 jhb

Add another HID for the Toshiba SPA40 laptop.

Submitted by: Chris Reece car at crank dot org dot uk
MFC after: 1 week


# 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


# 133630 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.
* Note that recursively calling to re-enable the hotkeys is sub-optimal.


# 131284 29-Jun-2004 njl

Update for acpi_id_probe()


# 130534 15-Jun-2004 njl

s/device_get_handle/acpi_get_handle

Submitted by: Hiroyuki Aizu


# 130511 15-Jun-2004 njl

Catch one more use of acpi_MatchHid and update for new API.


# 130447 14-Jun-2004 njl

Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLE
and device_t isn't caught by the compiler.


# 129882 30-May-2004 phk

Add missing #include <sys/module.h>


# 128223 14-Apr-2004 njl

Use METHOD_VIDEO instead of the method string itself.

Pointed out by: Andrew Thompson


# 128207 14-Apr-2004 njl

Add support for video output switching. It appears no systems use HCI to
change the video output but use a separate device with a DSSX method
and a HID of "TOS6201" instead. We use a pseudo-driver to get the handle
for this object and pass it to the acpi_toshiba driver.

This is untested but seems to match the Linux Toshiba driver.


# 128036 08-Apr-2004 njl

Unify on version 1 to be similar to the rest of the tree. After 5-stable
branches, increment version on any API change visible to other modules.


# 126517 03-Mar-2004 njl

Add support for quirks for acpi tables. Key off OEM vendor and revision.
Sort acpi debug values. Change "disable" to "disabled" to match rest of
the kernel. Remove debugging from acpi_toshiba since it was only used for
probe/attach.


# 124442 12-Jan-2004 njl

Only remove the handler if we installed it.


# 124415 12-Jan-2004 njl

Clean up the probe message and sort the function table according to
the function order in the file.


# 124386 11-Jan-2004 njl

Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,
forced fan control, and CPU throttling).

PR:
Submitted by: Hiroyuki Aizu <aizu@navi.org>
Reviewed by:
Approved by:
Obtained from:
MFC after: