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

# 273736 27-Oct-2014 hselasky

MFC r263710, r273377, r273378, r273423 and r273455:

- De-vnet hash sizes and hash masks.
- Fix multiple issues related to arguments passed to SYSCTL macros.

Sponsored by: Mellanox Technologies


# 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


# 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