summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2010-03-29Attach acpiecdt with acpibus_attach_args. Sverre Froyen reports thatdyoung
2010-03-28Update acpiapm_get_powstat() to adjust for the recent changes topgoyette
2010-03-26Catch up with cosmetic changes to output from config(1)pooka
2010-03-26Convert to config_init/fini_component.pooka
2010-03-24Set the SME_INIT_REFRESH flag so that the sensors' values (includingpgoyette
2010-03-24Only set the APM_BATT_FLAG_NO_SYSTEM_BATTERY if _all_ batteries arepgoyette
2010-03-24Do not use unitialized bus_space_tag_t's. Use the tag(s) from thedyoung
2010-03-22Fix the previous commit properly: we need to set all sensor-flags during thejruoho
2010-03-22Regen.jruoho
2010-03-22Add IFX0102 and PNP0C15. Fix INT0800.jruoho
2010-03-22Set the capacity flags already in the acpibat_get_info(),jruoho
2010-03-21Convert acpibat to use ioconf instead of homerolled config glue.pooka
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