summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/ahci_acpi.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move parsing of _CRS into acpi(4) and pass the parsed address and interruptkettenis2020-05-081-48/+15
| | | | | | information in struct acpi_attach_args. ok mpi@
* Let ahci(4) match on _CLS instead of _HID when attaching at acpi(4). Avoidskettenis2018-08-031-9/+3
| | | | | | having to add many more _HID entries to the match table. ok deraadt@, mlarkin@
* Allow ahci(4) to attach to acpi(4).kettenis2018-07-011-0/+145
ok deraadt@