History log of /freebsd-10.1-release/sys/dev/acpi_support/acpi_sony.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


# 203622 07-Feb-2010 gavin

Add support for a few more Sony-specific ACPI features (default display
brightness, wired LAN power and bass gain), and update the description of
one previously unknown feature (display contrast). While here, expand on
a comment and remove two defines left over from an old version of the code.

Also update man page to document the above changes, and correct grammar.

PR: kern/127581


# 193530 05-Jun-2009 jkim

Import ACPICA 20090521.


# 192030 12-May-2009 brueffer

Remove unused variables.

Found with: Coverity Prevent(tm)
CID: 544, 545


# 179137 20-May-2008 kevlo

Add support for controlling the audio power

Tested on: VGN-SZ79TN


# 163856 01-Nov-2006 kevlo

Document the cdp for controlling CD power.

Approved by: cognet


# 150003 11-Sep-2005 obrien

Canonize the include of acpi.h.


# 143002 02-Mar-2005 obrien

Fix SCM ID's.


# 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


# 138197 29-Nov-2004 imp

Attach the device at acpi_sony instead of acpi_snc. Rename some
internal variables as well to reflect the change.


# 137745 15-Nov-2004 imp

Remove more debugging


# 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.


# 137714 15-Nov-2004 imp

Merge 1.3 from acpi_snc.c: don't use return_VALUE() macro
Improve style(9) compliance.


# 137681 13-Nov-2004 imp

Kill ACPI_FUNCTION_TRACE. It is killing the tinderbox build, and it
isn't worth adding to the modules lists that we have to hard code for
this to work. Since we print PID right away, we have a trace point
already.

Minor knf while I'm here.


# 137593 11-Nov-2004 imp

Commit takawata-san's Sony Notebook Controller driver, integrated into
the tree. Small tweaks were made by myself to eliminate unnecessary
includes and some other minor issues. Last time I asked takawata-san
about this driver, he suggested I commit it.

Submitted by: takawata