summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-04-07Merge conflicts; STA methods and fields are not present anymore.christos
2018-04-06Change the iteration, to make sure the ACPI_MCFG_ALLOCATION structure we'remaxv
2018-03-20Allow registering ACPI interrupt handlers with a xname.bouyer
2018-03-04Use "#if NPCI > 0" instead of "#ifdef NPCI" for compiling kernels with acpi, ...scole
2018-03-03include correct header for NPCI to be defined when necessary.maya
2018-03-01Limit building & calling ACPI MCFG to kernels with PCI and ACPI.maya
2018-02-28- Add new PCI quirk PCI_QUIRK_HASEXTCNF and PCI_QUIRK_NOEXTCNF. Some devices'msaitoh
2018-02-22notyet an unused variable.christos
2017-12-28Style, export struct acpisrat_node, and add acpisrat_get_node.maxv
2017-12-11Define _COMPONENT and ACPI_MODULE_NAME; fix ACPI_DEBUG kernelsbouyer
2017-12-10Cast to uintptr_t before casting to void *; fix a warning on i386bouyer
2017-12-10Implement a ACPI helper to fill the property array expected from our I2Cbouyer
2017-12-03make this compile again and:christos
2017-12-03Fix dell WMI mappings:bouyer
2017-12-03- make sure strtoul() is called with a NULL-terminated string.bouyer
2017-11-25Add driver for QEMU Firmware Configuration device.jmcneill
2017-11-23Add FALLTHROUGH comment in acpi_make_devnode ACPI_TYPE_DEVICE case.jmcneill
2017-11-12Provide a primitive incrementing counter if we are call since the newchristos
2017-11-09Do not emit a meaningless message when lid open/close from valz(4)ryoon
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