summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/ccp_acpi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move parsing of _CRS into acpi(4) and pass the parsed address and interruptkettenis2020-05-081-35/+8
| | | | | | information in struct acpi_attach_args. ok mpi@
* Add support for ccp(4) at acpi(4).kettenis2019-04-231-0/+108
ok deraadt@