summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
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
2010-08-21Update the various xxx_verbose modules to conform to the module subsystem'spgoyette
2010-08-21- don't clobber the data found by _PSS if XPSS validation failsjmcneill
2010-08-21Check from CPUID 0x06 %eax (on Intel) whether we might actually have anjruoho
2010-08-21Detect whether TSC is invariant, which may be the case on both new AMD andjruoho
2010-08-20Add two flags that needs to be dealt with (hardware vs. softwarejruoho
2010-08-20Give a hint about a driver conflict.jruoho
2010-08-20Check the cached value also when setting a state.jruoho
2010-08-19pull in acpireg.h for ACPI_COMPONENT_RESOURCEjmcneill
2010-08-19define _COMPONENT and ACPI_MODULE_NAME() for ACPI_DEBUGjmcneill
2010-08-19add pmf supportjmcneill
2010-08-19Deal with autoconfiguration madness by using config_defer(9) to deferjruoho
2010-08-18Use the idea from cegger@ and fill the (X)PSS structure during initialization.jruoho
2010-08-18Fix fix of a bug: first initialize sc, check sc != NULL, then KASSERT(9).jruoho
2010-08-17build fix: first initialize sc then KASSERTcegger
2010-08-17Adjust locking for previous.jruoho
2010-08-17Clarify the initialization of the dynamic maximums/minimums. Reset these tojruoho
2010-08-17Add support for the optional dynamic minimum (in terms of MHz) via _PDL.jruoho
2010-08-16Fix comments.jruoho
2010-08-16Two changes:jruoho
2010-08-16Now that the deferred configuration actually works as expected and documented,jruoho
2010-08-16make it compile againjmcneill
2010-08-16If XPSS is used, only invalidate P-states if the control MSR address is zero.jruoho
2010-08-16Add support for Extended PSS ACPI Method Specification from Microsoft.jruoho
2010-08-16Do not error out neither in P-states nor in T-states if the method for thejruoho
2010-08-15Add comments and raise the minimum allowed T-state duty cycle to 10 %.jruoho
2010-08-15Properly deal with the previous FADT-issue.jruoho
2010-08-14Simplify the FADT-based entry by "faking" (overriding) also the address.jruoho
2010-08-14Do not accidentally write zeros to (PSTATE_CNT and CST_CNT) registers.jruoho
2010-08-14Check the cold-flag also in the notify handler.jruoho
2010-08-14Do not queue functions via sysmon_taskq(9) in the pmf(9) resume hooks.jruoho
2010-08-14Move the PIIX4-quirk to the MD file and disable T-states for PIIX4.jruoho
2010-08-13Explicitly include <sys/evcnt.h>.jruoho
2010-08-13Instead of packing structures that do not need to be __packed, remove twojruoho
2010-08-13Remove some unnecessary locking. Mainly a leftover from previous revisionsjruoho
2010-08-13Merge T-state a.k.a. throttling support for acpicpu(4).jruoho
2010-08-12Three small things: (1) fix off by one, (2) protect the cached P-statejruoho
2010-08-11Properly protect against garbage values.jruoho
2010-08-11Print the state information only once. The per-CPU information was quitejruoho
2010-08-11Check the 'sc->sc_cold' flag also in P-state code, and set this flag oncejruoho