summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2010-03-19Remove aiboost(4) as obsolete and redundant since the introduction of aibs(4).cnst
2010-03-17Silence errors from the integer evaluations in case the objects are not found.jruoho
2010-03-17Print also the so-called "granularity" values when the _BIF is evaluated.jruoho
2010-03-17Remove the technology "sensor" (a fixed constant). Report this informationjruoho
2010-03-17Remove the timer-based check in the sensor refresh routine. We henceforthjruoho
2010-03-17Fix the testing of temporarily unknown values.jruoho
2010-03-17Move the low and warning capacity sensors to the limits framework providedjruoho
2010-03-16Remove the call to AcpiGetType() in acpi_make_devnode(). This is the samejruoho
2010-03-16Remove unused headers.jruoho
2010-03-16With the intent of making 'struct acpi_devnode' as the central place forjruoho
2010-03-14Remove setting of edata->monitor since that member no longer exists.pgoyette
2010-03-10Move the ACPI_ACTIVATE_DEV block to one place. While there, provide missingjruoho
2010-03-10Some pretty printing for ACPIVERBOSE.jruoho
2010-03-09Remove the namespace scopes.jruoho
2010-03-08Add missing (FreeBSD) license. Ok jmcneill@.jruoho
2010-03-08register aibs(4) with pmf(9) to quiet the latter down; reported Dieter Roelantscnst
2010-03-08Use the predefined ACPI_STA_BATTERY_PRESENT instead of defining a local one.jruoho
2010-03-08Remove unused struct sysctllog from the softc.jruoho
2010-03-08Add a detachment routine.jruoho
2010-03-05Add the _COMPONENT definition and missing prototypes. Some related cosmetics.jruoho
2010-03-05Preparing a device for wakeup involves:jruoho
2010-03-05Add missing license.jruoho
2010-03-05Remove <dev/acpi/acpica.h> from all files. It is included fromjruoho
2010-03-05As pointed out by Rhialto, "degrees Kelvin" is redundant. So fix apgoyette
2010-03-05Protect all header files against multiple inclusions.jruoho
2010-03-04Remove ACPI_BUT_DEBUG by using ACPI_DEBUG_PRINT(x) instead.jruoho
2010-03-04Add missing semicolon.jruoho
2010-03-04Cleanup:jruoho
2010-03-04Fix two memory leaks.jruoho
2010-03-04Fix ACPI_DEBUG build failures reported by Greg A. Woods.jruoho
2010-03-04This really should be ACPI_BUS_COMPONENTpgoyette
2010-03-04Fix this correctly. Thanks jruoho@pgoyette
2010-03-04Provide the _COMPONENT definition and use ACPI_FREE(x) instead ofjruoho
2010-03-04Replace ACPI_FREE() with AcpiOsFree() so we no longer need to definepgoyette
2010-03-03Convert the single instance of ACPI_EXTRA_DEBUG to ACPIVERBOSE.jruoho
2010-03-03Refactor acpi_make_devnode() to make it a little more readable.jruoho
2010-03-02Format string cosmetics (mainly from %d to %u).jruoho
2010-03-01Destroy the callout(9) when detaching. Also evaluate the removal of thejruoho
2010-03-01Semantics:jruoho
2010-02-28Introduce support for ACPI kernel modules.jruoho
2010-02-28Use native functions instead of polluting the namespace with ACPICA-macros.jruoho
2010-02-28Cleanup:jruoho
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-02-18Print correct temperature value, and properly display negative temperatures.pgoyette
2010-02-18Enhance DPRINTF to use AcpiFormatException as suggested in PR kern/40130pgoyette
2010-02-14Adapt to changes in sysmon's limit structure.pgoyette
2010-02-11remove unnecessary AIBS_MONLIMITS ifdefs, no binary change; ok pgoyettecnst
2010-02-09* s/misformed/malformed/;cnst
2010-02-09use ACPI_INTEGER and PRIx64, and check success of sensor_attach; suggested...cnst
2010-02-09New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitorcnst