aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ahci/ahci_generic.c
Commit message (Expand)AuthorAgeFilesLines
* ahci: Use device_set_desc(f)()Mark Johnston2024-06-021-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ahci: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-6/+2
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-2/+2
* ahci_generic: add quirk for NXP0004 (NXP Layerscape LX2160A)Emmanuel Vadot2020-09-301-0/+17
* ahci: Check if bus is cache-coherentEmmanuel Vadot2019-05-101-0/+7
* Add support for AHCI in Armada 3700Marcin Wojtas2017-09-091-3/+4
* Check if the device is marked as dma-coherent in the FDT, and if so, letOlivier Houchard2017-04-261-0/+4
* Add an ACPI attachment to the existing ahci_generic driver. This is usedAndrew Turner2017-01-101-14/+74
* Add support for a generic AHCI attachment. This allows us to attach to aAndrew Turner2015-12-031-0/+131