summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2010-12-22Regen.jruoho
2010-12-22Add IPI0001, an identifier for ipmi(4). From Dell M710.jruoho
2010-12-20Use branch annotations in couple of places. Add two comments.jruoho
2010-11-30Add AMD C1E quirk. Tested by cegger@.jruoho
2010-11-07Replace ACPI_UINT64 by ACPICA's ACPI_INTEGER. Remove superfluous casts.gsutre
2010-11-05Hm, the warning sign was not big enough.gsutre
2010-11-05Merge ACPI Fujitsu Driver. Provides support for hotkeys and othergsutre
2010-11-04Initialize pointers to NULL to avoid accidentally free(9)'ing garbage.jruoho
2010-11-02acpi_eval_integer: check that the evaluation produced a result.gsutre
2010-10-29Lock the _DGS values (desired output state) during the displaygsutre
2010-10-28Simplify the sysctl variable for BIOS switch policy, and document itgsutre
2010-10-28Be silent if we get a notification to tell us that we woke up the system.jruoho
2010-10-28Install EC space handler and pass everything to acpiec(4).jruoho
2010-10-28Fix a comment typo.jruoho
2010-10-28Only override data from XPSS if the conventional _PSS did not contain thejruoho
2010-10-27Make acpi(4) debug aware of ACPI_DISPLAY_COMPONENT.gsutre
2010-10-26An _ADR object is not required for PCI root bridges. To solvegsutre
2010-10-26Add LEN0014. (And to the previous commit; a driver for this, not PNP0C32, isjruoho
2010-10-26Regen.jruoho
2010-10-26Add more identifiers for ATM chips.jruoho
2010-10-26Add support for module(9).jruoho
2010-10-26Bump WARNS to 4.jruoho
2010-10-26Use kmem(9) instead of malloc(9).jruoho
2010-10-26Refactor slightly and bump WARNS to 4.jruoho
2010-10-25Add support for module(9).jruoho
2010-10-25Fix build failure.jruoho
2010-10-25Bump WARNS to 4.jruoho
2010-10-24add support for building as a modulejmcneill
2010-10-24add support for building as modulesjmcneill
2010-10-24add rescan supportjmcneill
2010-10-24Add acpiwmi(4) mappings for MSI laptops.jruoho
2010-10-24Simplify acpi_enter_sleep_state() and guard it against NULL pointerjruoho
2010-10-12Merge ACPI display driver. Provides generic support for brightnessgsutre
2010-10-08Store sysctl MIBs instead of a pointer to the root of the sysctlgsutre
2010-10-02Drop _HID requirement for attachment under acpi(4). From now on,gsutre
2010-09-24Do not discard ACPI PCI addresses with function number 0xFFFF: thegsutre
2010-09-06Add support for blacklisting ACPI BIOS implementations by year. By default,jmcneill
2010-09-06Remove quirk added in rev 1.14. Even after the change of 1.16, itjakllsch
2010-09-04Use FADT instead of DSDT in the quirk added in the revision 1.14.jruoho
2010-08-27Fix PR kern/43765 from Scott Ellis.jruoho
2010-08-27From jmcneill@: fix and rework the obscure _OSC evaluation.jruoho
2010-08-24Bypass ACPI_NOTIFY_DEVICE_WAKE also in acpilid(4). Use aprint_debug_dev(9)jruoho
2010-08-24Remove phony spl(9). XXX: This driver needs to be cleaned up.jruoho
2010-08-24Add native support for AMD family 0Fh processors. This is the furthest wejruoho
2010-08-24Initialize acpi_force_load so that it gets allocated in the data segmentpgoyette
2010-08-23Other entry points beyond x86_cpu_idle_halt() may use HLT as thejruoho
2010-08-22Use acpi_timer_read_fast() instead of acpi_timer_read_safe().jruoho
2010-08-22Don't put devices in the ignored IDs list just because no driver exists.jmcneill
2010-08-21After discussion with jakllsch@ and jmcneill@, revert the previous and onlyjruoho
2010-08-21in acpibut_notify_handler, suppress 'unknown event' messages forjmcneill