|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
031beb4e |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0 |
|
| #
a9880bfe |
| 18-Oct-2022 |
Takanori Watanabe <[email protected]> |
acpi_ged: New driver to ACPI generic event device
New driver to ACPI generic event device, defined in ACPI spec. Some ACPI power button may not work without this.
In qemu arm64 with "virt" machin
acpi_ged: New driver to ACPI generic event device
New driver to ACPI generic event device, defined in ACPI spec. Some ACPI power button may not work without this.
In qemu arm64 with "virt" machine, with ACPI firmware, enable devd check devd message by and invoke following command in qemu monitor (qemu) system_powerdown and make sure some power button input event appear. (setting sysctl hw.acpi.power_button_state=S5 is not work, because ACPI tree does not have \_S5 object.)
Reviewed by: andrew, hrs Differential Revision: https://reviews.freebsd.org/D37032
show more ...
|
|
Revision tags: release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0 |
|
| #
f49794cc |
| 27-Apr-2016 |
Jung-uk Kim <[email protected]> |
Sort SUBDIR.
|
|
Revision tags: release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0 |
|
| #
461a98a2 |
| 02-Jul-2012 |
Alexander Motin <[email protected]> |
Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatible Asus laptops. It is alike to acpi_asus(4), but uses WMI interface instead of separate ACPI device.
On Asus EeePC T101MT netbo
Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatible Asus laptops. It is alike to acpi_asus(4), but uses WMI interface instead of separate ACPI device.
On Asus EeePC T101MT netbook it allows to handle hotkeys and on/off WLAN, Bluetooth, LCD backlight, camera, cardreader and touchpad.
On Asus UX31A ultrabook it allows to handle hotkeys, on/off WLAN, Bluetooth, Wireless LED, control keyboard backlight brightness, monitor temperature and fan speed. LCD brightness control doesn't work now for unknown reason, possibly requiring some video card initialization.
Sponsored by: iXsystems, Inc.
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 |
|
| #
bfda18fc |
| 08-Nov-2010 |
John Baldwin <[email protected]> |
Disconnect acpi.ko from the build on i386. ACPI is now only supported when compiled into the kernel, not as a loadable module.
|
| #
daef39e7 |
| 25-Jul-2010 |
Rui Paulo <[email protected]> |
Remove the acpi_aiboost driver. It has been replaced by aibs(4).
|
|
Revision tags: release/8.1.0_cvs, release/8.1.0 |
|
| #
bbe4a97d |
| 25-Jun-2010 |
Rui Paulo <[email protected]> |
Import the acpi_aibs(4) driver written by Constantine A. Murenin. It has more features than acpi_aiboost(4) and it will eventually replace acpi_aiboost(4).
Submitted by: Constantine A. Murenin <cnst
Import the acpi_aibs(4) driver written by Constantine A. Murenin. It has more features than acpi_aiboost(4) and it will eventually replace acpi_aiboost(4).
Submitted by: Constantine A. Murenin <cnst at FreeBSD.org> Reviewed by: freebsd-acpi, imp MFC after: 1 month
show more ...
|
|
Revision tags: release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0 |
|
| #
df849145 |
| 23-Jun-2009 |
Rui Paulo <[email protected]> |
* Driver for ACPI WMI (Windows Management Instrumentation) * Driver for ACPI HP extra functionations, which required ACPI WMI driver.
Submitted by: Michael <freebsdusb at bindone.de> Approved by:
* Driver for ACPI WMI (Windows Management Instrumentation) * Driver for ACPI HP extra functionations, which required ACPI WMI driver.
Submitted by: Michael <freebsdusb at bindone.de> Approved by: re MFC after: 2 weeks
show more ...
|
|
Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
| #
2be4e471 |
| 22-Mar-2007 |
Jung-uk Kim <[email protected]> |
Catch up with ACPI-CA 20070320 import.
|
|
Revision tags: release/6.2.0_cvs, release/6.2.0 |
|
| #
eed294f1 |
| 18-Dec-2006 |
Takanori Watanabe <[email protected]> |
Hook acpi gadget driver modules to other acpi archs.
|
| #
6d6da689 |
| 10-Nov-2006 |
Ed Maste <[email protected]> |
Clarify the error message when trying to build an ACPI module on amd64 or ia64.
The old message implied to me that ACPI can't be compiled in on platforms other than amd64 and ia64. The amd64@ maili
Clarify the error message when trying to build an ACPI module on amd64 or ia64.
The old message implied to me that ACPI can't be compiled in on platforms other than amd64 and ia64. The amd64@ mailing list archive has messages from users with the same confusion.
Approved by: scottl
show more ...
|
| #
bebb2f3f |
| 30-Oct-2006 |
Takanori Watanabe <[email protected]> |
Hook acpi_aiboost module to build.
|
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
| #
858a52f4 |
| 15-Apr-2006 |
Mitsuru IWASAKI <[email protected]> |
Import ACPI Dock Station support. Note that this is still very young. Additional detach implementaions (or maybe improvement) for other deivce drivers is required.
Reviewed by: njl, imp MFC after:
Import ACPI Dock Station support. Note that this is still very young. Additional detach implementaions (or maybe improvement) for other deivce drivers is required.
Reviewed by: njl, imp MFC after: 1 week
show more ...
|
|
Revision tags: release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0 |
|
| #
9a8b554f |
| 18-Mar-2005 |
Philip Paeps <[email protected]> |
Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops.
Submitted by: Anish Mistry <mistry.7 -at- osu.edu> Reviewed by: njl X-MFC after: 5.4-RELEASE
|
| #
c6250ecf |
| 24-Feb-2005 |
Nate Lawson <[email protected]> |
Move acpi_perf and acpi_throttle into acpi.ko. Remove the acpi_perf build structure.
|
| #
335e4ff3 |
| 04-Feb-2005 |
Nate Lawson <[email protected]> |
Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.
|
|
Revision tags: release/4.11.0_cvs, release/4.11.0 |
|
| #
9dfeca92 |
| 09-Dec-2004 |
Takanori Watanabe <[email protected]> |
Connect acpi_ibm to build.
Submitted by: rushani, sumikawa
|
| #
26e582a2 |
| 15-Nov-2004 |
Yoshihiro Takahashi <[email protected]> |
PC98 does not have ACPI.
|
| #
c2aed512 |
| 15-Nov-2004 |
Warner Losh <[email protected]> |
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.
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.
show more ...
|
| #
428b40b2 |
| 14-Nov-2004 |
Scott Long <[email protected]> |
Make it clear that the acpi modules can only be compiled on i386.
|
| #
dbacb6c4 |
| 11-Nov-2004 |
Warner Losh <[email protected]> |
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 ta
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
show more ...
|
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
| #
ee6020c9 |
| 21-Jul-2004 |
Yoshihiro Takahashi <[email protected]> |
Add the ACPI Panasonic extras driver.
Submitted by: OGAWA Takaya <[email protected]> and nyan
|
|
Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
| #
2fb38b86 |
| 23-Apr-2004 |
Philip Paeps <[email protected]> |
Hook up acpi_asus and its manual page in two more places I managed to overlook last night. Sorry about that :-o
Spotted by: njl (mentor, spotter of forgetfulness)
|
| #
355ff5fe |
| 01-Mar-2004 |
Nate Lawson <[email protected]> |
Hook acpi_video up to the build.
|
|
Revision tags: release/5.2.1_cvs, release/5.2.1 |
|
| #
cc609df8 |
| 12-Jan-2004 |
Nate Lawson <[email protected]> |
Hook up acpi_toshiba
|