summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2017-08-31If _ENABLED flag of ACPI_SRAT_TYPE_CPU_AFFINITY, ACPI_SRAT_TYPE_MEMORY_AFFINITYmsaitoh
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-05-22Reassign my copyright to TNF.riastradh
2017-03-29provide intr xnamejdolecek
2017-03-11Remove extra newline during attach.tsutsui
2017-02-17sdhc(4): hardware reset support for Intel eMMC controllernonaka
2017-01-25implement new interfaceschristos
2016-10-18provide intr xnamejdolecek
2016-10-14Dump more FADT fields from ACPI 6.1.nonaka
2016-08-11Enable DMA transfer.nonaka
2016-07-14KNF. No functional change.msaitoh
2016-07-12According to "PCI Express Base Specification Revision 3.0" fromhannken
2016-07-12On an Intel E7520 temporarily disable Enhanced Config Access errorhannken
2016-07-11KNF. No functional change.msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-06-22remove unused variable.nonaka
2016-06-21Add sdhc(4) at acpi supportnonaka
2016-06-21Pass bus_dma(9) tag to allow for porting sdhc(4) at acpi.nonaka
2016-04-03Split toggles for bluetooth and wwan and use specific ACPI objectsmlelstv
2016-04-03Add comments.mlelstv
2016-02-18Avoid reading one byte past end of array.riastradh
2016-01-26The new acpi code tries to read the pci configuration registers in thechristos
2016-01-15Don't skip entries in the table, one increment per iteration is enough.joerg
2016-01-09merge new acpicachristos
2016-01-06PR/50626: Vicente Chaves de Melo: acpi_display.c erroneously sends characterchristos
2015-10-11add missing debugging attributeschristos
2015-10-05Previous code was mis-indented but correct; simplify to make the intent clear.christos
2015-10-02PCI Extended Configuration stuff written by nonaka@:msaitoh
2015-09-26CID 1324963: Remove bogus NULL testchristos
2015-09-21PR/50261: Added newer Toshiba hotkeys support.nonaka
2015-08-18add extra argument to method.christos
2015-07-27 Add ACPI_RESOURCE_TYPE_END_TAG and ACPI_RESOURCE_TYPE_ADDRESS64.msaitoh
2015-04-23Update module dependencies for all the existing modules that depend on sysmon...pgoyette
2015-04-13sync with new acpica struct shuffling.christos
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-12-31handle unknown values. Also BIF_UNIT is an enum, not a bitmask.mlelstv
2014-12-08Add missing newlines...msaitoh
2014-10-25adjust for newer acpicachristos
2014-10-14summarize levels instead of printing dozens of them.christos
2014-10-02Don't kdassert about crap provided by the firmware.riastradh
2014-09-14introduce a new option: ACPI__DIS_IS_BROKEN. this is a hack tomrg
2014-07-06Register a null power handler if acpiec fails to attach.riastradh
2014-04-14don't run off the end of the source resource bufferjakllsch
2014-04-01Fix unused variable warning in non-modular apple_smc build.riastradh
2014-04-01Rework Apple SMC attachment goo and split into multiple modules.riastradh
2014-04-01First draft of drivers for the Apple System Management Controller.riastradh
2014-03-01Some {} are missing. The behavior is thus wrong: the code always jumps tomaxv
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-01-25fix unusedchristos