Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ahci: Use device_set_desc(f)() | Mark Johnston | 2024-06-02 | 1 | -2/+2 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | ahci: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin | 2022-05-06 | 1 | -6/+2 |
* | newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca... | Warner Losh | 2021-06-23 | 1 | -2/+2 |
* | ahci_generic: add quirk for NXP0004 (NXP Layerscape LX2160A) | Emmanuel Vadot | 2020-09-30 | 1 | -0/+17 |
* | ahci: Check if bus is cache-coherent | Emmanuel Vadot | 2019-05-10 | 1 | -0/+7 |
* | Add support for AHCI in Armada 3700 | Marcin Wojtas | 2017-09-09 | 1 | -3/+4 |
* | Check if the device is marked as dma-coherent in the FDT, and if so, let | Olivier Houchard | 2017-04-26 | 1 | -0/+4 |
* | Add an ACPI attachment to the existing ahci_generic driver. This is used | Andrew Turner | 2017-01-10 | 1 | -14/+74 |
* | Add support for a generic AHCI attachment. This allows us to attach to a | Andrew Turner | 2015-12-03 | 1 | -0/+131 |